import { ElementHandle } from 'playwright'; export declare function isOptionByValueAvailableInHandle(selector: ElementHandle | null | undefined, name: string, expectedOptionValue: string): Promise;