import { Type } from "typebox"; import type { ToolDefinition } from "@earendil-works/pi-coding-agent"; import type { AcpRuntime } from "./runtime.js"; declare const CompressParams: Type.TObject<{ topic: Type.TOptional; content: Type.TArray; }>>; summaryMaxChars: Type.TOptional; }>; export declare function makeCompressTool(runtime: AcpRuntime): ToolDefinition; export {};