export function isTestResult(obj: Suite | TestResult): obj is TestResult
export function toMinimalFixed(p: number, fix?: number): number
export function printPercent(p: number): string
export function info(pkg: string, suites: (Suite | undefined | void)[]): boolean
//# sourceMappingURL=info.d.ts.map
