export declare class AWSRegionsProvider {
    static getServiceRegions(serviceName: string): string[];
}
