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