import { Type } from "typebox"; import type { ToolDefinition } from "@earendil-works/pi-coding-agent"; import type { AcpRuntime } from "./runtime.js"; declare const StatusParams: Type.TObject<{ scope: Type.TOptional, Type.TLiteral<"uncompressed">]>>; view: Type.TOptional, Type.TLiteral<"messages">]>>; tool: Type.TOptional; sort: Type.TOptional, Type.TLiteral<"time">, Type.TLiteral<"tool">, Type.TLiteral<"age">]>>; limit: Type.TOptional; }>; export declare function makeStatusTool(runtime: AcpRuntime): ToolDefinition; export {};