/** Build a fully-qualified translation key under this plugin's namespace. */ export declare const getTrad: (id: string) => string; /** * Namespace a flat `{ key: value }` translation map under the plugin id. * Replaces the v4 `prefixPluginTranslations` helper (no longer exported by * `@strapi/strapi/admin` in Strapi v5). */ export declare const prefixPluginTranslations: (trad: Record, pluginId: string) => Record; //# sourceMappingURL=getTrad.d.ts.map