/** Canonical name tables for the panchang elements (IAST-less spellings). */ /** Tithi names within a paksha (1st–14th); Purnima/Amavasya are special. */ export declare const TITHI_NAMES: readonly string[]; export declare const NAKSHATRA_NAMES: readonly string[]; export declare const YOGA_NAMES: readonly string[]; /** The seven movable karanas, cycling through slots 1–56. */ export declare const MOVABLE_KARANAS: readonly string[]; /** The fixed karanas: slot 0, then slots 57–59. */ export declare const FIXED_KARANAS: readonly string[]; /** The twelve rashis (sidereal signs), 0 = Mesha. */ export declare const RASHI_NAMES: readonly string[]; /** Western names for the same twelve signs, 0 = Aries. */ export declare const RASHI_NAMES_EN: readonly string[]; /** The nine grahas in their conventional order. */ export declare const GRAHA_ORDER: readonly ["sun", "moon", "mars", "mercury", "jupiter", "venus", "saturn", "rahu", "ketu"]; export type Graha = (typeof GRAHA_ORDER)[number]; /** Sanskrit graha names, keyed by graha id. */ export declare const GRAHA_NAMES: Readonly>; /** Two-letter chart abbreviations, keyed by graha id. */ export declare const GRAHA_ABBREVIATIONS: Readonly>; export declare const WEEKDAY_NAMES: readonly string[]; export declare const VAAR_NAMES: readonly string[]; //# sourceMappingURL=names.d.ts.map