import type { Parameter } from 'jest-allure2-reporter';
export declare function isParameter(value: unknown): value is Partial<Parameter>;
