export declare var originalWindow: (Window & typeof globalThis) | undefined;
export declare var originalGlobalThis: typeof globalThis | undefined;
