declare const formatOutput: (out: any, flags?: any, { color }?: { color?: boolean | undefined; }) => string; declare const exportOutput: (output: any, flags: any, filePath: string) => Promise; export { exportOutput, formatOutput };