import type { Mappings } from 'timeline-state-resolver-types';
import type { SofieChefState, SofieChefCommandWithContext } from '.';
export declare function diffStates(oldSofieChefState: SofieChefState | undefined, newSofieChefState: SofieChefState, _mappings: Mappings): Array<SofieChefCommandWithContext>;
//# sourceMappingURL=diffStates.d.ts.map