import type { WritableAtom_ } from '../_types/index.js' export declare function atom_( initial?:Value ):WritableAtom_ export { atom_ as atom$ } export type atom_T = WritableAtom_ export declare type atom$_ret_T = atom_T