import { Frame, Page } from 'playwright'; import { CheckOptions } from '../../handle-actions'; export declare function checkSelector(selector: string, page: Page | Frame | undefined, options: CheckOptions): Promise;