import { Interaction } from '@serenity-js/core/lib/screenplay'; export declare class Alert { static accept: () => Interaction; static dismiss: () => Interaction; }