import type { IncomingMessage, ServerResponse } from 'node:http'; /** * Match-and-handle dispatcher. Returns true when the request was served. */ export declare function handleScheduleApi(req: IncomingMessage, res: ServerResponse, url: URL): Promise; //# sourceMappingURL=schedule-api.d.ts.map