import type { ValidatorPlainResult, ValidatorStandardSchemaResult, ValidatorZodSafeParseResult } from "../AbstractIs";
export declare function maybeThrowEntValidationError({ name, field, res, allowRichResult }: {
    name: string;
    field: string | null;
    res: ValidatorPlainResult | ValidatorStandardSchemaResult | ValidatorZodSafeParseResult;
    allowRichResult: boolean;
}): boolean;
//# sourceMappingURL=maybeThrowEntValidationError.d.ts.map