import { ElementHandle } from 'playwright';
export declare function hasHandleExactValue(handle: ElementHandle<Element> | undefined | null, expectedValue: string): Promise<boolean>;
