/** * Check whether the input is a url. * * @returns `true` if a URL can be constructed from `input`, `false` otherwise. */ export declare const isHttpUrl: (input: string) => boolean;