import { WaitUntilOptions } from '../../../utils';
import { Frame, Page } from 'playwright';
export declare function hasSelectorExactValue(selector: string, expectedValue: string, page: Page | Frame | undefined, options: WaitUntilOptions): Promise<boolean>;