/** * Wrap command implementation */ import type { WrapOptions, CommandContext, CommandResult } from '../types/cli-types.js'; /** * Wrap a script as an MCP server */ export declare function wrapCommand(scriptPath: string, options: WrapOptions, context: CommandContext): Promise; //# sourceMappingURL=wrap.d.ts.map