/**
 * Check if the given element has the focus
 * @param  {String}   selector  Element selector
 * @param  {String}   falseCase Whether to check if the given element has focus
 *                              or not
 */
export declare function checkFocus(selector: string, falseCase: string): Promise<void>;
//# sourceMappingURL=checkFocus.d.ts.map