export interface KoaNextFunction {
    (): Promise<any>;
}
