import { ChoghadiyaResult } from './types'; export declare function calculateChoghadiya(sunrise: Date, sunset: Date, nextSunrise: Date, vara: number): ChoghadiyaResult; //# sourceMappingURL=choghadiya.d.ts.map