import { ElementHandle } from 'playwright'; export declare function getHandlesWithRole(text: string, handles: ElementHandle[]): Promise[]>;