/** * Host-visible Strapi plugin id: `strapi.plugin(...)`, `config/plugins.ts` key, * and `strapi.config.get('plugin::…')` namespace. * * Single source of truth — must equal `package.json` → `strapi.name`. Every * runtime reference to the plugin (admin RBAC scopes, log prefixes, custom * field UID, i18n key namespace) MUST derive from this constant; no string * literal containing the plugin id is permitted elsewhere in the source tree. */ export declare const STRAPI_PLUGIN_ID: "narration"; /** * `strapi.config.get(PLUGIN_CONFIG_KEY)` and the prefix for admin permission * action UIDs (`plugin::.`). Computed — never hardcoded. */ export declare const PLUGIN_CONFIG_KEY: "plugin::narration"; /** Log-line prefix used by all plugin telemetry/diagnostics output. */ export declare const PLUGIN_LOG_TAG: "[plugin:narration]";