import type { DaemonSessionRouteHandlers } from './context.js'; export declare function dispatchSessionRoutes(req: Request, handlers: DaemonSessionRouteHandlers): Promise; //# sourceMappingURL=sessions.d.ts.map