import { CourierModel } from '@lml/cosmo-ts-data';
export declare const getCourierAvatarPath: (courier: CourierModel) => string;
export declare const getCourierVehicleIcon: (courier: CourierModel) => string;
export declare const getCityTrackStatus: (courier: CourierModel) => string;
