/** * Focus on the given element * @param {String} selector Element selector */ export declare function focusElement(selector: string): Promise; //# sourceMappingURL=focusElement.d.ts.map