/** Regular expression to match URL patterns, developed using this handy tool https://regex101.com/r/lQ1nI3/1 */ declare const urlRegex: RegExp; export default urlRegex;