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