/** * Middleware used to log api requests */ declare const middleware: (ctx: any, next: any) => Promise; export default middleware;