/** * is http url */ export declare function isHttpUrl(url: string): boolean;