import type { IMark, IRunningConfig } from '../../types';
export declare const morph: (prevMarks: IMark[], nextMarks: IMark[], runningConfig: IRunningConfig) => void;
