import { Atom } from 'jotai';
export declare function peek<T>(readable: Atom<T>): Atom<T>;
