import { ElementHandle } from 'playwright'; export declare function hasHandleValue(handle: ElementHandle | undefined | null, expectedValue: string): Promise;