/** * Generates the [HOUSE CUSPS] section of the chart output. * @param houseCusps Array of 12 house cusp degrees (0-360), or undefined if not available. * @returns An array of strings for the output. */ export declare function generateHousesOutput(houseCusps?: number[]): string[];