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