/** * Define a regex to validate a URL * * Discussion: https://gist.github.com/dperini/729294 */ export declare const urlRegex: RegExp;