import { OutputFormatter } from './OutputFormatter.js'; export declare class OutputFormatterFactory { static createFormatter(format: string): OutputFormatter; }