import type { WritableAtom } from 'nanostores' import type { WritableAtom_ } from '../_types/index.js' export declare function writable_atom___mix< Value >(writable_atom:WritableAtom):WritableAtom_