import type { Context, Next } from '../../index'; export declare const wallclock: (ctx: Context, next: Next) => Promise;