import { Bhava } from "./types";
/**
 * Calculates the House (Bhava) cusps and spans based on the given system.
 *
 * @param ascendantLongitude Sidereal longitude of the Ascendant (Lagna) in degrees (0-360).
 * @param system 'whole_sign' | 'equal_house' (Default: 'whole_sign')
 * @returns Array of 12 Bhava objects.
 */
export declare function getHouses(ascendantLongitude: number, system?: 'whole_sign' | 'equal_house'): Bhava[];
//# sourceMappingURL=houses.d.ts.map