export interface IWorkflowInsertPoint { branchId: string | null; index: number; }