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