import { click, triggerKeyEvent, triggerEvent } from '@ember/test-helpers'; /** * @private * @param {String} selector CSS3 selector of the elements to check the content * @param {String} text Substring that the selected element must contain * @returns HTMLElement The first element that maches the given selector and contains the * given text */ export declare function findContains(selector: string, text: string): Element | undefined; export declare function nativeMouseDown(selectorOrDomElement: Parameters[0], options?: Parameters[2]): Promise; export declare function nativeMouseUp(selectorOrDomElement: Parameters[0], options?: Parameters[2]): Promise; export declare function triggerKeydown(domElement: Parameters[0], k: Parameters[2]): Promise; export declare function typeInSearch(scopeOrText: string, text?: string): Promise; export declare function clickTrigger(scope?: string, options?: Parameters[1]): Promise; export declare function nativeTouch(selectorOrDomElement: Parameters[1]): Promise; export declare function touchTrigger(): Promise; //# sourceMappingURL=helpers.d.ts.map