import { GeneralFunction } from '@asherng/common-types'; type UseInterval = (callback: GeneralFunction, delay?: number) => void; export { UseInterval };