import { RuleEntry } from '../types/RuleEntry';
declare const validations: {
    [key: string]: RuleEntry;
};
export default validations;
