import { QuantelCommandWithContext } from '.';
import { QuantelState } from './types';
export declare function diffStates(oldState: QuantelState | undefined, newState: QuantelState, currentTime: number): Array<QuantelCommandWithContext>;
//# sourceMappingURL=diff.d.ts.map