import { type HttpAdapterOptions } from '@inversifyjs/http-core'; export interface ExpressHttpAdapterOptions extends HttpAdapterOptions { useCookies?: boolean; useJson?: boolean; useText?: boolean; useUrlEncoded?: boolean; } //# sourceMappingURL=ExpressHttpAdapterOptions.d.ts.map