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