export declare class Trace { traceId: string; spanId: string; parentSpanId: string; protected static _generateId(): string; constructor(traceId?: string, spanId?: string, parentSpanId?: string); span(): void; toJSON(): any; }