import type { Context } from '@eggjs/core'; export declare class Tracer { #private; readonly ctx: Context; constructor(ctx: Context); get traceId(): string; }