export interface StdioRuntimeHandle { close(): Promise; } export declare function runStdio(options?: { root?: string; }): Promise; //# sourceMappingURL=stdio.d.ts.map