import { Atom } from 'jotai';
export declare function keepPreviousData<Value, T extends Atom<Promise<Value>>>(asynAtom: T, initalValue?: Value): T;
