import type { ErrorType } from '../errors/utils.js'; export type NormalizeErrorType = ErrorType; export declare function normalize(name: string): string; //# sourceMappingURL=normalize.d.ts.map