/** * Plugin manifest for @generacy-ai/agency-plugin-spec-kit */ import type { PluginManifest } from '@generacy-ai/agency'; /** * Static plugin manifest * * Defines the plugin metadata and tool declarations for the SpecKit plugin. */ export declare const manifest: PluginManifest; /** * Mode affiliations - defines which tools are available in each mode */ export declare const modeAffiliations: Record; export declare const PLUGIN_MANIFEST: PluginManifest; //# sourceMappingURL=manifest.d.ts.map