export declare function fetchToken(subscriptionKey: string, serviceRegion: string): Promise<string>;
