import { WritableAtom } from 'jotai'; export declare const persistAtom: (key: string, atomInstance: WritableAtom) => WritableAtom;