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 handleSearchApi(req: IncomingMessage, res: ServerResponse, url: URL): Promise; //# sourceMappingURL=search-api.d.ts.map