export declare const currencyFormat: (value: number, currency: string, locale?: string, maximumFractionDigits?: number) => string;
