export interface IHTMLElementCollection {
    elements(): Promise<Array<any>>;
}
