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