export declare function useIntervalEffect(callback: () => void, ms: number, immediate?: boolean): [cancel: () => void, restart: () => void];