import type { BaseContext } from "koa"; declare module "@sealcode/jdd" { export interface JDDContext { ctx: BaseContext; } }