export declare const SELECT_ZONE = "SELECT_ZONE"; export declare const REQUEST_ZONES = "REQUEST_ZONES"; export declare const RECEIVE_ZONES = "RECEIVE_ZONES"; export declare const REQUEST_GEOMETRY = "REQUEST_GEOMETRY"; export declare const RECEIVE_GEOMETRY = "RECEIVE_GEOMETRY"; export declare const FAIL_GEOMETRY = "FAIL_GEOMETRY"; export declare const FAIL_ZONES = "FAIL_ZONES"; export declare const selectZone: (zone: string) => { type: string; zone: string; }; export declare const requestZones: () => { type: string; }; export declare const receiveZones: (zones: any) => { type: string; zones: any; }; export declare const failZones: () => { type: string; }; export declare const requestGeometry: () => { type: string; }; export declare const receiveGeometry: (geometry: any) => { type: string; geometry: any; }; export declare const failGeometry: () => { type: string; }; //# sourceMappingURL=zones.d.ts.map