import type { Shell, ShellOptions } from "./types.js"; export declare function createShell(options: ShellOptions): Shell; //# sourceMappingURL=runtime.d.ts.map