import type http from 'node:http'; import type { ActorContext } from './context.js'; export declare function dispatch(req: http.IncomingMessage, res: http.ServerResponse, actor: ActorContext): Promise; //# sourceMappingURL=router.d.ts.map