declare const validate: (attribute: string, value: any, parameters: any[], validator: any) => boolean;
export default validate;
