/** * @fileoverview Divider renderer for CLI primitives * @since 5.0.0 */ /** * Renders a horizontal divider line * @param width - Optional explicit width (defaults to terminal width capped at 60) * @returns Formatted divider string */ export declare function renderDivider(width?: number): string; //# sourceMappingURL=divider.d.ts.map