declare type Options = { sync?: boolean; }; export declare function atomWithProxy(proxyObject: Value, options?: Options): import("jotai").WritableAtom Value), void>; export {};