declare const root: Window & typeof globalThis;
declare const doc: Document;
export { root, doc };
