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