import type { Atom } from 'jotai/vanilla';
export declare function unwrap<Value>(anAtom: Atom<Promise<Value>>, defaultValue: Awaited<Value>): Atom<Awaited<Value>>;
