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