export namespace dimsMock { export const y: number; export const x: number; export { width }; export { height }; export { width as innerWidth }; export { height as innerHeight }; export { width as outerWidth }; export { height as outerHeight }; export { width as clientWidth }; export { height as clientHeight }; } export namespace scrollMock { const scrollTop: number; const scrollY: number; } export const hydrateMockMap: Map; export default windowMock; declare const width: 2560; declare const height: 1440; declare namespace windowMock { export { windowMock as parent }; } //# sourceMappingURL=window.mock.d.ts.map