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