import * as AWS from 'aws-sdk';
export declare class AwsClientsHelper {
    static getClient(serviceName: string, region: string): AWS.Service;
}
