export declare const RETURN_SYMBOL: unique symbol; export declare const CONTINUE_SYMBOL: unique symbol; export interface TrackingTaskInfo { taskId: number; logId: string; } export declare enum MetaType { component = "component", function = "function", function_nodejs = "function_nodejs", function_golang = "function_golang", microservice = "microservice" }