export interface NodeCellRunnerInput { scriptPath: string; timeoutMs: number; } export declare function runNodeCell(input: NodeCellRunnerInput): Promise<{ stdout: string; stderr: string; }>; //# sourceMappingURL=node-cell-runner.d.ts.map