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