/**
 * Set the browser window size.
 */
export declare const resizeWindow: (width: number, height: number) => Promise<void>;
