import type { WindowsDriver } from '../driver'; /** Proxies find-element request to WinAppDriver (`/element` or `/elements`). */ export declare function findElOrEls(this: WindowsDriver, strategy: string, selector: string, mult: true, context?: string): Promise; export declare function findElOrEls(this: WindowsDriver, strategy: string, selector: string, mult: false, context?: string): Promise; //# sourceMappingURL=find.d.ts.map