export default function (): {
    registerTimeout(fn: any, delay: any): void;
    removeTimeout(): void;
};
