export { fetchAndLogError as fetch }; export { fetchHtml }; declare function fetchHtml(pathname: string): Promise; declare function fetchAndLogError(...args: Parameters): Promise;