interface IUseInterval { (callback: () => void, interval: number | null): void; } export declare const useInterval: IUseInterval; export {};