import type { EventCallable, Unit, StoreWritable } from 'effector'; type Params = { clock?: Unit | Array>; target: StoreWritable | Array>; }; export declare function reset(config: Required): void; export declare function reset(config: Pick): EventCallable; export {};