export declare const getDeliveryMethod: (method: string) => string;
export declare const getDeliveryStatus: (status: string) => string;
