export type SyncState = Record; export declare function loadSyncState(filePath: string): SyncState; export declare function saveSyncState(filePath: string, state: SyncState): void; //# sourceMappingURL=sync-state.d.ts.map