import { Axios } from "@lindorm-io/axios"; import { DefaultLindormContext, DefaultLindormKoaContext, DefaultLindormMiddleware, DefaultLindormSocket, DefaultLindormSocketMiddleware } from "@lindorm-io/koa"; interface Context extends DefaultLindormContext { axios: Record; } export type DefaultLindormAxiosKoaMiddleware = DefaultLindormMiddleware>; export type DefaultLindormAxiosSocketMiddleware = DefaultLindormSocketMiddleware>; export {}; //# sourceMappingURL=context.d.ts.map