import { ValidatorConfig } from '../../type'; export declare const SQL_VALIDATORS: { [key: string]: ValidatorConfig; }; export declare const getValidatorByKey: (keys: string[]) => ValidatorConfig[]; export declare const READ_VALIDATORS: ValidatorConfig[]; export declare const WRITE_VALIDATORS: ValidatorConfig[];