/// <reference path="../../includes.d.ts" />
/// <reference path="kubernetesHelpers.d.ts" />
declare module Kubernetes {
function customAlert(title: any, content: any, func: any, cancel: any, focus: any, icon: any): void;
}