import { Frame, Page } from 'playwright';
export declare function doesNotExist(selector: string, page: Page | Frame | undefined): Promise<boolean>;
