type TradOptions = Record; export declare const prefixPluginTranslations: (trad: TradOptions, pluginId: string) => TradOptions; export {};