/** * Generates the [ANGLES] section of the chart output. * @param ascDegree The degree of the Ascendant. * @param mcDegree The degree of the Midheaven. * @returns An array of strings for the output. */ export declare function generateAnglesOutput(ascDegree?: number, mcDegree?: number): string[];