import type { ReadableAtom } from 'nanostores' import type { ReadableAtom_ } from '../_types/index.js' export declare function readable_fn_< Value >(computed:ReadableAtom):ReadableAtom_