export declare class PassFailRates { private readonly suiteToPassFail; private readonly overall; record(suites: string, passed: boolean): void; format(): string[]; }