import { type Locator } from '@playwright/test'; /** * Checks if a locator contains the given class. * * @category Internal */ export declare function checkHasClass(locator: Readonly, className: string): Promise;