export declare class AzureToken {
    static getToken(subscriptionKey: string, region: string): Promise<string>;
}
