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