export declare function waitForElementsMatchingSelectorAttached(selector: string): Promise<Element[]>;
