import * as Y from 'yjs';
export declare function yAtom<T>(yType: Y.AbstractType<any>, get: () => T): import("jotai").Atom<T>;
