import { CourierActionModel, CourierActionType, StopType } from '@lml/cosmo-ts-data';
export declare const mockCourierAction: (courierRefId?: string, jobRefId?: string, type?: CourierActionType, stopType?: StopType) => CourierActionModel;
