/** * Check if the given element exists * @param {String} isExisting Whether the element should be existing or not (an or no) * @param {String} selector Element selector */ export declare function checkElementExists(isExisting: string, selector: string): Promise; //# sourceMappingURL=checkElementExists.d.ts.map