/** * Check if the given element exists in the current DOM * @param {String} selector Element selector * @param {String} falseCase Whether to check if the element exists or not */ export declare function isExisting(selector: string, falseCase: string): Promise; //# sourceMappingURL=isExisting.d.ts.map