import { Store } from 'effector'; export declare function previous(store: Store): Store; export declare function previous(store: Store, initialValue: Init): Store;