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