declare namespace _default {
    export { getRegionMapping };
    export { getAvailableRegion };
}
export default _default;
declare function getRegionMapping(context: any, service: any, type: any): {
    RegionMapping: {};
};
declare function getAvailableRegion(context: any, service: any, region: any): any;
//# sourceMappingURL=regionMapping.d.ts.map