import { Page } from "playwright"; declare global { interface Window { playwright: any; jQuery: any; } } export declare function getPlaywrightLocatorUsingCssSelector(cssSelector: string, xpath: string, page: Page, elementAnnotation?: string): Promise; export declare function getPageVarName(): string; //# sourceMappingURL=index.d.ts.map