import { IHttpContext } from "../http/iHttpContext"; export interface IResponseContext extends IHttpContext { }