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