import type { LabelName } from 'jest-allure2-reporter';
export declare const $Label: (name: LabelName, ...values: unknown[]) => void;
