import type { PluginManifest } from './sdk/types'; /** * The manifests of the plugins compiled into this build, separate from * `installed.ts` so they can be read without their entry modules. * * `i18n/index.ts` collects plugin strings and is reachable from the server graph * through the `./messages` export, so it must read manifests without dragging in a * plugin's components and, with them, a viewer engine. Plain JSON, no runtime deps. */ export declare const PLUGIN_MANIFESTS: PluginManifest[]; //# sourceMappingURL=manifests.d.ts.map