import * as $dara from '@darabonba/typescript'; export declare class CallChainInfo extends $dara.Model { additionalInfo?: string; appName?: string; appType?: string; children?: CallChainInfo[]; haveSpan?: boolean; logMap?: { [key: string]: { [key: string]: any; }; }; logTime?: number; parentSpanId?: string; pid?: string; regionId?: string; resultCode?: string; rpc?: string; rpcId?: string; rpcType?: number; serverIp?: string; span?: number; spanId?: string; tagMap?: { [key: string]: string; }; traceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }