import { OutputFormat } from './output-formatter.type';
export declare function outputFormatSane(format: OutputFormat): OutputFormat;
