import { RxHttpActionTypes } from 'redux-rx-http';
export declare const GET_FREQUENCIES: RxHttpActionTypes;
export declare const POST_AUTO_ALLOCATION_GLOBAL: RxHttpActionTypes;
export declare const POST_FREQUENCY_AUTO_ALLOCATION: RxHttpActionTypes;
export declare const PUT_FREQUENCY_AUTO_ALLOCATION_BATCH: RxHttpActionTypes;
