import type { ContextPruningToolMatch } from "./settings.js";
export declare function makeToolPrunablePredicate(match: ContextPruningToolMatch): (toolName: string) => boolean;
