export default _window; declare const _window: any; export const windowWrapper: WindowWrapper; declare class WindowWrapper { set shouldUseMock(arg: any); get shouldUseMock(): any; initProxyWindow(): void; windowIsAvailable(): boolean; window: any; initMockWindow(): void; stopUsingMock(): void; _shouldUseMock: any; } //# sourceMappingURL=windowWrapper.d.ts.map