import type { Link } from 'jest-allure2-reporter';
export declare const $Link: (maybeUrl: string | Link, maybeName?: string) => void;
