import { StatesSetter } from './states.utils.js';
export declare function syncStates(from: StatesSetter, onto: StatesSetter): void;
