import type { TSyncStore } from './types'; export declare const syncState: (store: TSyncStore) => void;