export declare function makeInstanceId(workflowId: string, rand?: () => string): string; export declare function makeNodeExecId(instanceId: string, nodeId: string, loop?: { iter: number; itemId: string; }): string; export declare function makeEventId(nodeExecId: string, seq: number, type: string): string;