export interface PlaywrightSelectorEngine { query(root: Element, selector: string): HTMLElement; queryAll(root: Element, selector: string): Array; } //# sourceMappingURL=PlaywrightSelectorEngine.d.ts.map