import type { GeckoDriver } from '../driver';
export declare function findElOrEls(this: GeckoDriver, strategy: string, selector: string, mult: boolean, context?: string): Promise<any>;
//# sourceMappingURL=find.d.ts.map