export declare const generateTracingInfo: () => {
    eventId: string;
    seqId: string;
};
