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