import { IMessageError, type IMessageErrorCode } from './types.js'; export declare function classifyImsgFailure(text: string, fallback?: IMessageErrorCode): IMessageError; //# sourceMappingURL=errors.d.ts.map