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