export declare const formatWithCurrency: (fiatCurrency: string, amount: number) => string | number; export declare const logger: { info: (...args: any[]) => void; error: (...args: any[]) => void; };