export declare const useInterval: (handler: (stop: () => void) => void, period: number) => { start: () => void; stop: () => void; };