declare module 'url-http' { export default function isUrlHttp(url: string): string | false; }