import { SetStateAction, Dispatch } from "react"; export default function useSafeState(initial: T | (() => T)): [T, Dispatch>];