/**
 * 将api执行时间返回.
 * @param {*} ctx
 * @param {*} next
 */
export default function xResponseTime(ctx: any, next: any): Promise<void>;
