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