/**
 * This is needed to make lookup by image working
 *
 * @this {Mac2Driver}
 * @param {string} strategy
 * @param {string} selector
 * @param {boolean} mult
 * @param {string} [context]
 * @returns {Promise<any>}
 */
export function findElOrEls(this: import("../driver").Mac2Driver, strategy: string, selector: string, mult: boolean, context?: string): Promise<any>;
export type Mac2Driver = import("../driver").Mac2Driver;
//# sourceMappingURL=find.d.ts.map