export declare function writeOutput(message: string): void; export declare function writeOutputLine(message: string): void; export declare function writeError(message: string): void; export declare function showVersion(packageInfo: { name: string; version: string; }): void; export declare function showHelp(packageInfo: { name: string; version: string; description: string; }): void; export declare function showConfigCreated(configPath: string): void; export declare function showConfigExists(configPath: string): void; export declare function showConnectionTest(service: string, status: 'OK' | 'FAILED' | 'ERROR' | 'NOT_CONFIGURED', error?: unknown): void; export declare function showConnectionTestHeader(): void; export declare function showConnectionTestFooter(): void; export declare function showConfigValidationResults(issues: string[], warnings: string[]): void; export declare function showConfigSummary(): Promise; export declare function showConfigValidationFooter(hasIssues: boolean): void; //# sourceMappingURL=output.d.ts.map