/// <reference types="webdriverio/webdriverio-core" />
export default function selectByAttribute(this: WebdriverIO.Element, attribute: string, value: string | number): Promise<void>;
//# sourceMappingURL=selectByAttribute.d.ts.map