import { Interaction } from '@serenity-js/core/lib/screenplay'; export declare class Switch { static toParentWindow: () => Interaction; static toWindowNumber: (index: number) => Interaction; static toPopupWindow: () => Interaction; }