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