/// <reference types="webdriverio/webdriverio-core" /> export default function getAttribute(this: WebdriverIO.Element, attributeName: string): Promise<string | null>; //# sourceMappingURL=getAttribute.d.ts.map