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