/** * Shared CLI helper for consistently formatted JSON command output. */ /** * Output a JSON object to stdout with standard formatting (2-space indentation). * Centralizes the repeated console.log(JSON.stringify(..., null, 2)) pattern. */ export declare function outputJson(data: unknown): void; //# sourceMappingURL=cliHelpers.d.ts.map