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