import { TestResultType } from 'qase-javascript-commons'; export declare class ResultsManager { static resultsPath: string; static getResults(): TestResultType[] | undefined; static setResults(results: TestResultType[]): void; static clear(): void; private static isExists; }