import { type TerminalPilotCommandServices } from "./runtime.js"; export declare const waitForExit: import("../../../toolcraft/dist/index.js").Command; readonly timeout: import("../../../toolcraft/dist/index.js").OptionalSchema; }>, undefined, { exitCode: number; }> & { readonly __agentKitCommandTypeInfo: import("../../../toolcraft/dist/index.js").CommandTypeInfo<"wait-for-exit", import("../../../toolcraft/dist/index.js").ObjectSchema<{ readonly session: import("../../../toolcraft/dist/index.js").OptionalSchema; readonly timeout: import("../../../toolcraft/dist/index.js").OptionalSchema; }>, { exitCode: number; }, readonly ["cli", "mcp", "sdk"], undefined>; };