/** Checks whether the current process was invoked in JSON output mode. */ export declare function isJsonOutput(): boolean; /** * Writes a value as indented JSON to standard output. * * @param value - Serializable value to write. */ export declare function writeJson(value: unknown): void; //# sourceMappingURL=json-output.d.ts.map