import type { ReactElement } from "react"; import type { CliSurface } from "../cli.js"; import { type TerminalTheme } from "./theme.js"; export declare function maybeRenderTerminalScreen(surface: CliSurface, build: (theme: TerminalTheme) => ReactElement): Promise; //# sourceMappingURL=runtime.d.ts.map