export function cancelAnimationTimeout(frame: any): any;
export function requestAnimationTimeout(callback: any, delay: any): {
    id: any;
};
