import type { IncomingMessage, ServerResponse } from 'http'; import type { UiHttpContext, UiJsonResponse } from './handlers/projects.js'; export declare function createUiRequestListener(context: UiHttpContext): (request: IncomingMessage, response: ServerResponse) => Promise; export declare function routeUiRequest(method: string, pathname: string, context: UiHttpContext): Promise; //# sourceMappingURL=router.d.ts.map