import { ElementHandle, Page } from 'playwright-core'; export declare const getElementByContent: (page: Page, text: string, type?: string) => Promise; export declare const getInputByLabel: (page: Page, text: string, excludeSpan?: boolean, timeout?: number) => Promise;