declare function isUrl(value: string): boolean;
export { isUrl };
