import { AllocationModel, AllocationGroupModel } from '@lml/cosmo-ts-data';
import { RootState } from '../../root/reducers';
import { AllocationDataState } from '../reducers';
export declare const getAllocationDataState: (state: RootState) => AllocationDataState;
export declare const getAllocationByJobId: (state: RootState, id: string) => AllocationModel | AllocationGroupModel;
