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