export function useInterval(callback: () => void, timeout: number): () => void;