declare function isUrl(val: string): boolean;

export = isUrl;
