export declare function normalizeToolName(name: string): string; export declare function tokenizeToolName(name: string): string[]; export declare function getToolLeafName(name: string): string | null; export declare function isSpeakToolName(name: string): boolean; export declare function isLikelyNamespacedToolName(name: string): boolean; export declare function isPaseoToolName(name: string): boolean; export declare function getPaseoToolLeafName(name: string): string | null; export declare function isLikelyExternalToolName(name: string): boolean; //# sourceMappingURL=tool-name-normalization.d.ts.map