export default class Elements { constructor(); get(locator: string): Promise; waitTillDisappear(locator: string): Promise; }