import http from 'http'; import { URL } from 'url'; export declare function handleBrowserRoutes(req: http.IncomingMessage, res: http.ServerResponse, _url: URL, pathname: string, method: string): Promise; //# sourceMappingURL=browser.d.ts.map