import type { McpServerProjection, ProjectionResult } from '../host-adapter.js'; export declare function projectJsonMcpServer(path: string, serverName: string, server: McpServerProjection): ProjectionResult; export declare function projectCodexMcpServer(path: string, serverName: string, server: McpServerProjection): ProjectionResult; export declare function registerClaudePlugin(path: string, pluginRoot: string | undefined): ProjectionResult; export declare function projectNativeSkills(path: string, source: string | undefined): ProjectionResult; export declare function projectBoundedInstructions(path: string, content?: string): ProjectionResult; export declare function projectInstructionFallback(path: string, content?: string): ProjectionResult; //# sourceMappingURL=projection.d.ts.map