/** Shared CLI output helpers — one place for stdout/stderr formatting. */ export declare function printText(text: string): void; export declare function printError(message: string): void; /** Pretty JSON by default; `raw` switches to compact JSON for piping. */ export declare function printJson(value: unknown, raw?: boolean): void; //# sourceMappingURL=output.d.ts.map