import { SyncExpectationResult } from 'expect/build/types'; import { Page } from 'playwright-core'; declare const toHaveSelector: (page: Page, selector: string, options: any) => Promise; export default toHaveSelector;