import { KubernetesStandardAccountAuthentication } from "./kubernetesStandardAccountAuthentication"; export declare class KubernetesAzureAuthentication extends KubernetesStandardAccountAuthentication { ClusterName: string; ClusterResourceGroup: string; AdminLogin: string; constructor(); }