export function adaptiveHeadingDriverFactory(base: any): { /** Get short version of text */ getShortText: () => Promise; /** Get long version of text */ getText: () => Promise; /** Get tagName */ getAppearance: () => Promise; exists: () => Promise; element: () => Promise; click: () => Promise; }; //# sourceMappingURL=AdaptiveHeading.uni.driver.d.ts.map