export declare class ReportUtility { static setDescription(description: string): void; static setFeature(feature: string): void; static addLabel(label: string, value: string): void; static addLink(url: string, name: string, type: string): void; static addExpectedResult(description: string, expectationFunction: () => Promise): Promise; }