import { Store } from '../types';
/**
 * Change the state back to the initial state.
 * @param store - The store to reset.
 */
export default function resetState<State>(store: Store<State>): void;
//# sourceMappingURL=resetState.d.ts.map