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