import { BBox, LayoutedDynamicView } from '@likec4/core/types'; import { Types } from '../types'; export declare function sequenceViewToXY(view: LayoutedDynamicView): { bounds: BBox; xynodes: Array; xyedges: Array; };