import { Page } from 'playwright-core'; export declare const WEB_SCRIPT: string; export declare const HTML_SELECTOR_ENGINE: string; export declare const addHtmlSelectorWeb: (page: Page) => Promise<[unknown, unknown]>; export declare const register: () => Promise;