import { WaitUntilOptions } from '../../../utils';
import { Frame, Page } from 'playwright';
export declare function getInnerTextOfSelector(selector: string, page: Page | Frame | undefined, options: WaitUntilOptions): Promise<string | null | undefined>;