export declare const jsonOptionDescription = "Print machine-readable JSON to stdout instead of human-readable output."; export interface JsonCommandOptions { json?: boolean; } export declare function writeJson(value: unknown): void;