import { Interaction } from '@serenity-js/core/lib/screenplay'; export declare class ResizeBrowserWindow { static toMaximum: () => Interaction; static to: (width: number, height: number) => Interaction; }