export declare const registerInterval: (key: string, interval: number) => void; export declare const unregisterAllIntervals: () => void;