import { TokenCredentialsBase } from "@azure/ms-rest-nodeauth"; export interface UserInfo { subscriptionId?: string; credentials?: TokenCredentialsBase; accessToken: string; } export declare function getAzureAccountAuth(): Promise; //# sourceMappingURL=AzureAccountAuth.d.ts.map