import { Actor } from '@testla/screenplay'; import { Selector, SelectorOptions } from '../types'; import { FrameEnabledAction } from '../templates/FrameEnabledAction'; /** * Action Class. Set the value of a Selector of type select to the given option. */ export declare class Select extends FrameEnabledAction { private selector; private option; private selectorOptions?; private constructor(); /** * find the specified selector and click on it. * * @param {Actor} actor Actor performing this action * @return {any} This method checks, waits until all specified options are present in the `