/// <reference types="node" />
import { ServerResponse } from "http";
export interface IResponse extends ServerResponse {
}
