declare const raf: typeof requestAnimationFrame;
declare const caf: typeof cancelAnimationFrame;
export { raf, caf };
