/** Batches updates from external state changes to synchronize them with the library’s state updates. */ declare const batchedUpdates: (callback: () => void) => void; export = batchedUpdates;