import { InternalState } from '../stateObjectStorage';
import { State } from '../api';
import { AMCPCommandWithContext, DiffCommands } from '../casparCGState';
export declare function resolveMixerState(oldState: InternalState, newState: State, channel: string, layer: string): {
    commands: DiffCommands;
    bundledCmds: Record<string, Array<AMCPCommandWithContext>>;
};
//# sourceMappingURL=mixer.d.ts.map