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