export declare class DomHelper { static waitUntilElementIsReady(selector: string, callback: any, checkPeriod?: number): void; static createElement(tag: string, attributes: any[]): any; static getElementByAttributeValue(tag: string, attribute: string, value: string): Element; }