import { TestInstance } from './types.js'; declare function prettyCLI(testInstance: TestInstance, maxLength?: number): string; declare const logCLI: (testInstance: TestInstance, maxLength?: number | undefined) => void; export { prettyCLI, logCLI };