import { Message } from '..';
import { ValidationFunction } from './ConstraintValidationFunctions';
export declare const VALIDATION_FUNCTION_STATEMENT_MESSAGES: ValidationFunction<Message[]>;
export declare const VALIDATION_FUNCTION_CHECK_DUPLICATES: ValidationFunction<string[]>;
