/** Map legacy `native_*` → canonical `agim_*`. Identity for already-canonical. */ export declare const NATIVE_TO_AGIM_TOOL: Readonly>; /** Resolve any accepted name to the canonical `agim_*` form. */ export declare function canonicalizeToolName(name: string): string; /** True when `name` is the canonical tool or its legacy `native_*` alias. */ export declare function toolNameMatches(name: string, canonical: string): boolean; /** Expand a deny/allow list so both legacy and canonical spellings match. */ export declare function expandToolNameList(names: Iterable): Set; /** All names (canonical + legacy) that should be treated as the same tool. */ export declare function toolNameVariants(canonicalOrLegacy: string): string[]; //# sourceMappingURL=tool-names.d.ts.map