import { RootState } from '../../root/reducers';
export declare const getAutoAllocationGlobal: (state: RootState) => boolean;
