import { type TerminalPilotCommandServices } from "./runtime.js"; export declare const readHistory: import("../../../toolcraft/dist/index.js").Command; readonly last: import("../../../toolcraft/dist/index.js").OptionalSchema; }>, undefined, { lines: string[]; exitCode: number | null; }> & { readonly __agentKitCommandTypeInfo: import("../../../toolcraft/dist/index.js").CommandTypeInfo<"read-history", import("../../../toolcraft/dist/index.js").ObjectSchema<{ readonly session: import("../../../toolcraft/dist/index.js").OptionalSchema; readonly last: import("../../../toolcraft/dist/index.js").OptionalSchema; }>, { lines: string[]; exitCode: number | null; }, readonly ["cli", "mcp", "sdk"], undefined>; };