import type { PluginMaterializedFile } from './types.js'; type CliCapabilityState = 'supported' | 'adapter-required' | 'unsupported'; export declare const CLI_CAPABILITY_MATRIX: Record; export declare function readMaterializedPlugin(pluginId: string): PluginMaterializedFile | undefined; /** * Validate the installed contributions and record what the enabled plugin * exposes. Skills and MCP remain in the plugin directory; session startup is * the only place that resolves and delivers them. */ export declare function materializePlugin(pluginId: string): PluginMaterializedFile; export declare function dematerializePlugin(pluginId: string): void; export {}; //# sourceMappingURL=materializer.d.ts.map