import type { ToolDefinition } from "@oh-my-pi/pi-coding-agent"; import type { AcpRuntime } from "./runtime.js"; declare const DecompressParams: import("@oh-my-pi/omptype").FluentType<{ blockId: string; full?: boolean | undefined; inline?: boolean | undefined; toFile?: string | undefined; }, { blockId: string; full?: boolean | undefined; inline?: boolean | undefined; toFile?: string | undefined; }>; export declare function makeDecompressTool(runtime: AcpRuntime): ToolDefinition; export declare function pruneAutoFiles(): void; export {};