import type { Atom } from '../utils/types.js'; declare const optimisticNotifier: (atom: Atom) => Atom; export default optimisticNotifier;