import Account from '../services/account';
import ACM from '../services/acm';
import AwsTag from '../services/tag';
declare const _default: {
    [x: string]: typeof ACM;
    account: typeof Account;
    tag: typeof AwsTag;
};
/**
 * serviceMap is an object that contains all currently supported services for AWS
 * serviceMap is used by the serviceFactory to produce instances of service classes
 */
export default _default;
