import { type ServerResponse } from "http"; export declare const sendJson: (res: ServerResponse, statusCode: number, data: unknown) => void; //# sourceMappingURL=http-utils.d.ts.map