import { JobModel } from '@lml/cosmo-ts-data';
export declare const countItems: (jobs: JobModel[]) => number;
export declare const getConsolidationCollectionWindow: (jobs: JobModel[]) => string;
export declare const getConsolidationDeliveryWindow: (jobs: JobModel[]) => string;
export declare const getConsolidationCollectionPostcode: (jobs: JobModel[]) => any;
export declare const getConsolidationDeliveryPostcode: (jobs: JobModel[]) => any;
