/** * Returns a boolean based on whether the * provided string is a valid URL. * @param url * @returns boolean */ export declare function isValidUrl(url: string): boolean; //# sourceMappingURL=validity.d.ts.map