/**
 * @group 类型检查
 * @param string 检查字符串是否为 http 地址
 * @returns
 */
export declare function isHttpUrl(string: string): boolean;
