import type { AggregatedState } from './types';
export declare function commitTagChanges(newState: AggregatedState, firstRender: boolean): void;
