export type ResetDispatcher = () => void; export default function useReset(): ResetDispatcher;