export declare const convertCurrency: (amount?: string | number) => string;
export declare const getOrderId: (pref: any) => string;
