import type { IEndpointWithMultipleAuthentication } from "./endpointResource"; export declare class KubernetesStandardAccountAuthentication implements IEndpointWithMultipleAuthentication { AccountId: string; AuthenticationType: string; constructor(); }