export declare const SELECT_REGION_METHOD = "SELECT_REGION_METHOD"; export declare const SET_REGION = "SET_REGION"; export declare const REQUEST_REGIONS = "REQUEST_REGIONS"; export declare const RECEIVE_REGIONS = "RECEIVE_REGIONS"; export declare const selectRegionMethod: (method: string) => { type: string; method: string; }; export declare const setRegion: (region: string) => { type: string; region: string; }; export declare const requestRegions: () => { type: string; }; export declare const receiveRegions: (regions: string) => { type: string; regions: string; }; //# sourceMappingURL=region.d.ts.map