import type { TranslatorPlugin } from "./types";
export declare function createCurrencyPlugin(forcedLocale?: string, defaultCurrency?: string, numberFormatOptions?: Intl.NumberFormatOptions): TranslatorPlugin;
