import type { IncomingMessage, ServerResponse } from 'node:http'; /** * Match-and-handle dispatcher. Returns `true` when the request was * served; `false` when the URL/method didn't match. */ export declare function handleOutboxA2AApi(req: IncomingMessage, res: ServerResponse, url: URL): Promise; export declare function openJobsDbReadOnly(): Promise; //# sourceMappingURL=outbox-a2a-api.d.ts.map