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