type Callback = () => void; export default function useCatInterval(callback: Callback, delay: number | null): void; export {};