import type { ServerResponse } from 'node:http'; /** Write a JSON HTTP response without coupling callers to a feature module. */ export declare function jsonRes(res: ServerResponse, status: number, body: unknown): void; //# sourceMappingURL=http.d.ts.map