import type { wdi5Selector, clientSide_ui5Response } from "../types/wdi5.types.js"; declare function clientSide_getControl(controlSelector: wdi5Selector, browserInstance: WebdriverIO.Browser): Promise; export { clientSide_getControl }; //# sourceMappingURL=getControl.d.ts.map