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