import { RashiInfo } from '../types';
export declare function calculateRashi(longitude: number): RashiInfo;
