import { TokenCredentialsBase } from "@azure/ms-rest-nodeauth"; export declare type AzureSubscription = { displayName: string; subscriptionId: string; }; export declare function getSubscriptionList(azureToken: TokenCredentialsBase): Promise; //# sourceMappingURL=loginUtils.d.ts.map