import { Action, AtomMut } from '@reatom/core'; export type StringAtom = AtomMut & { reset: Action<[], T>; }; export declare const reatomString: { (init?: string, name?: string): StringAtom; (init: T, name?: string): StringAtom; }; //# sourceMappingURL=reatomString.d.ts.map