import { ITrack, ITrackItem } from '@designcombo/types'; export declare function alignMagneticTracks(magneticTracks: ITrack[], updateTrackItemsMap: Record, newIds: string[]): void;