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