import type { Flow, FlowRaw } from '@directus/types';
export declare function constructFlowTree(flow: FlowRaw): Flow;
