/** * @fileoverview Header renderer for CLI primitives * @since 5.0.0 */ /** * Renders a styled header with optional subtitle * @param title - Main title text * @param subtitle - Optional subtitle (rendered dimmed) * @returns Formatted header string */ export declare function renderHeader(title: string, subtitle?: string): string; //# sourceMappingURL=header.d.ts.map