import type { AccessToken, TokenCredential } from "@azure/core-auth"; /** * WorkloadIdentityCredential supports Microsoft Entra Workload ID authentication on Kubernetes. * Refer to Microsoft Entra Workload ID * for more information. */ export declare class WorkloadIdentityCredential implements TokenCredential { /** * Only available in Node.js */ constructor(); /** * Only available in Node.js */ getToken(): Promise; } //# sourceMappingURL=workloadIdentityCredential-browser.d.mts.map