export declare function resolveToolNameAlias(requested: string, available: Iterable): string | undefined; export declare function toolNameCorrectionNotice(requested: string, resolved: string): string; //# sourceMappingURL=tool-name-alias.d.ts.map