/**
 * RegExps. A URL must match #1 or #2 or #3 or #4.
 */
/** Loosely validate a URL `string`. */
export declare const isUrl: (string: any) => boolean;
