/** * 获取 workFlow 实例 id,适用于页面多 flow 场景 * 例如:mark 隔离 */ export declare const useFlowId: () => string | undefined;