import { ElementHandle } from 'playwright'; export declare function areOptionsByValueAvailableInHandle(selector: ElementHandle | null | undefined, name: string, expectedOptionValues: string[]): Promise;