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