/** * Format data as JSON. * Data should be clean (no ANSI codes) - styling is applied only by terminal formatters. */ export declare function formatJson(data: T): string; //# sourceMappingURL=json.d.ts.map