export { atomWithProxy } from './atomWithProxy.js';
export { mutableAtom } from './mutableAtom.js';
export type { ProxyState } from './mutableAtom.js';
