export declare function useInterval(): readonly [(listener: Function, duration: number) => void, () => void];