import { type ModeType } from '../types.cjs'; export declare function normalizeError(value: unknown, type?: ModeType): string;