import { Context } from 'egg'; export default function requestLog(prefix?: string): (ctx: Context, next: any) => Promise;