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