/** * check if given url is http url or path * @param url url */ export declare const isHttpUrl: (url: string) => boolean;