/** * Tests if a value is a valid URL * * @param aValue - the value to test * @returns true if the value is a valid URL */ export declare function isValidUrl(aValue: any): aValue is URL;