import type { ExistsOptions } from '../assertions.js'; export default function isVisible(options?: string | ExistsOptions, message?: string): void;