/// import { ServerResponse } from 'node:http'; export declare type Response = ServerResponse & { json: (data: any) => void; }; //# sourceMappingURL=Response.d.ts.map