export interface AutoAllocationState {
    autoAllocationGlobal: boolean;
}
export declare const initialAutoAllocationState: AutoAllocationState;
export declare const autoAllocationReducer: (state: AutoAllocationState, action: any) => AutoAllocationState;
