import * as t from '@likec4/core/types'; /** * Applies changes to a manual layout. * * @param manual - The manual layout. * @param latest - The latest layout. */ export declare function applyChangesToManualLayout(manualView: t.LayoutedView, latestView: t.LayoutedView): t.LayoutedView;