/** * Resize the browser window * @param {String} screenWidth The width of the window to resize to * @param {String} screenHeight The height of the window to resize to */ export declare function setWindowSize(screenWidth: string, screenHeight: string): Promise; //# sourceMappingURL=setWindowSize.d.ts.map