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