import type { EggContext, Next } from 'egg';
export declare function Tracing(ctx: EggContext, next: Next): Promise<void>;
