import type { THasPairedCustomSuffixesFieldsOperationConfig } from '../../type/validator/has-paired-custom-suffixes-fields/index';
import { EFilterOperation } from '../../enum/filter-operation.enum';
export declare const VALIDATOR_HAS_PAIRED_CUSTOM_SUFFIXES_FIELDS_CONSTANT: {
    readonly DEFAULT_OPERATION_CONFIGS: Record<EFilterOperation, THasPairedCustomSuffixesFieldsOperationConfig>;
};
