import { ToolParameterEntry } from "../state"; export declare function countDistillationTokens(distillation?: string[]): number; export declare function formatExtracted(distillation?: string[]): string; export declare function formatStatsHeader(totalTokensSaved: number, pruneTokenCounter: number): string; export declare function formatTokenCount(tokens: number): string; export declare function truncate(str: string, maxLen?: number): string; export declare function shortenPath(input: string, workingDirectory?: string): string; export declare function formatPrunedItemsList(pruneToolIds: string[], toolMetadata: Map, workingDirectory?: string): string[]; export declare function formatPruningResultForTool(prunedIds: string[], toolMetadata: Map, workingDirectory?: string): string; //# sourceMappingURL=utils.d.ts.map