import { ElementHandle, Frame, Page } from 'playwright'; import { SelectOptions } from '../select-options-in-handle'; export declare function selectOptionsByValueInHandle(selector: ElementHandle | undefined | null, name: string, values: string[], page: Page | Frame | undefined, options: SelectOptions): Promise;