import type { IncomingMessage, ServerResponse } from 'node:http'; /** * Match-and-handle. Returns true when handled, false when the URL * didn't match any background-task endpoint. */ export declare function handleBackgroundTasksApi(req: IncomingMessage, res: ServerResponse, url: URL): Promise; //# sourceMappingURL=background-tasks-api.d.ts.map