import type { TSyncState } from './types'; export declare const isValidSyncState: (obj: any) => obj is TSyncState;