import { type TerminalPilotCommandServices } from "./runtime.js"; type ReadScreenResult = { lines: string[]; cursor: { row: number; col: number; }; size: { rows: number; cols: number; }; exitCode: number | null; }; export declare const readScreen: import("../../../toolcraft/dist/index.js").Command; }>, undefined, ReadScreenResult> & { readonly __agentKitCommandTypeInfo: import("../../../toolcraft/dist/index.js").CommandTypeInfo<"read-screen", import("../../../toolcraft/dist/index.js").ObjectSchema<{ readonly session: import("../../../toolcraft/dist/index.js").OptionalSchema; }>, ReadScreenResult, readonly ["cli", "mcp", "sdk"], undefined>; }; export {};