import GetElementCommandResult from "./models/GetElementCommandResult"; declare class TestAutohealService { initialize(preflightApiKey: string): void; private get doc(); findElement(selector: string, elementId: string, getOptions: any, testTitle: string, timeout?: number): Promise; replaceVariables(inputString: string): Promise; openEmail(doc: Document, subject: string): Promise; closeEmail(doc: Document): void; getStore(): string; setStore(storeJson: any): void; } declare const _default: TestAutohealService; export default _default;