export declare const addTraceEntityToSchema: () => void; export declare class Trace { id: string; spanId: string; parentId?: string | null; name: string; timestamp: bigint; duration: bigint; traceId: string; attributes: Record; }