export declare function getGlobalWindow(): (Window & typeof globalThis) | undefined; export declare function getGlobalDocument(): Document | undefined; //# sourceMappingURL=runtime-env.d.ts.map