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