import { AllocationType, AllocationModel, AllocationGroupModel } from '@lml/cosmo-ts-data';
export declare const mockAllocation: (type?: AllocationType) => AllocationModel;
export declare const mockAllocationGroup: (type?: AllocationType) => AllocationGroupModel;
