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