/** * RegExps. * A URL must match #1 and then at least one of #2/#3. * Use two levels of REs to avoid REDOS. */ /** * Loosely validate a URL `string`. */ export declare const isUrl: (string: any) => boolean; //# sourceMappingURL=isUrl.d.ts.map