export declare function formatTable(headers: string[], rows: string[][]): string; export declare function printJson(data: unknown): void; export declare function printError(error: unknown): void; export declare function printSuccess(message: string): void; /** * Render the active-org banner: [Voice Demos · 69a40cd9…6807f · dev] * * Printed to stderr so it never pollutes stdout pipes (JSON output stays clean * without --json suppression). Rendered red for prod to reinforce blast-radius * awareness. Silent if not logged in or if the caller opts out. * * Self-heals when org_name is missing from config (e.g., after upgrading from * a pre-1.4 install) by fetching /organization/:id once and caching. */ export declare function printBanner(): Promise; export declare function confirm(message: string): Promise; //# sourceMappingURL=output.d.ts.map