/**
 * @module validator
 */
/**
 * validate a string is url or not.
 */
export declare function isUrl(arg: string): boolean;
