/// /// declare module Kubernetes { function customAlert(title: any, content: any, func: any, cancel: any, focus: any, icon: any): void; }