import { InternalState } from '../stateObjectStorage';
import { State } from '../api';
import { DiffCommands } from '../casparCGState';
export { resolveEmptyState };
declare function resolveEmptyState(oldState: InternalState, newState: State, channel: string, layer: string): {
    commands: DiffCommands;
};
//# sourceMappingURL=empty.d.ts.map