export type OutputFormat = 'json' | 'yaml' | 'table' | 'csv'; export declare function formatOutput(data: any, format: OutputFormat): string;