import { ErrorCodes } from '../ErrorCodes'; export declare class ErrorHandler { static throw(message: string, fieldName?: string, translatedMessageKey?: ErrorCodes | string, translatedMessageInterpolators?: {}): never; } //# sourceMappingURL=ErrorHandler.d.ts.map