/// import Koa, { Request, Response } from 'koa'; export declare const context: (req: Request | undefined, res: Response | undefined, app: Koa | undefined) => Koa.ParameterizedContext; export declare const request: (req: Request | undefined, res: Response | undefined, app: Koa | undefined) => Koa.Request; export declare const response: (req: Request | undefined, res: Response | undefined, app: Koa | undefined) => Koa.Response;