export interface StartStdioServerOptions { readonly runtime: "stdio" | "daemon"; readonly socketPath?: string; } export declare function startStdioServer(cwd?: string): Promise; //# sourceMappingURL=stdio-server.d.ts.map