import type { ParameterizedContext } from 'koa'; export interface RequestContext { get(): ParameterizedContext | undefined; run(store: ParameterizedContext, cb: () => Promise): Promise; } //# sourceMappingURL=request-context.d.ts.map