declare const cAF: typeof cancelAnimationFrame; declare const doc: Document; declare const loc: Location; declare const rAF: typeof requestAnimationFrame; declare const storage: Storage; declare const win: Window; export { cAF as cancelAnimationFrame, doc as document, storage as localStorage, loc as location, rAF as requestAnimationFrame, win as window, };