import { type ValidationArguments, type ValidatorConstraintInterface } from 'class-validator'; export declare class ReplacementBlocksExclusive implements ValidatorConstraintInterface { validate(_value: unknown, args: ValidationArguments): boolean; defaultMessage(): string; } //# sourceMappingURL=replacement-blocks-exclusive.validator.d.ts.map