import { Observer } from "astronomy-engine"; import { Kundli, KundliConfig } from "./types"; /** * Generates a Janam Kundli (Birth Chart) for a given date and location. * * @param date The Date object of birth (ensure timezone is handled correctly by caller or passed in UTC) * @param observer The Observer object (Location) * @param config Configuration options (optional) */ export declare function getKundli(date: Date, observer: Observer, config?: KundliConfig): Kundli; //# sourceMappingURL=index.d.ts.map