import { StrictOptions } from '../types.cjs';

declare function urlRegex(options?: StrictOptions): RegExp;

export { urlRegex };
