import TimeOfInterest from '../time/TimeOfInterest'; import SolarEclipse from './SolarEclipse'; import { BesselianElements } from './types/besselianElementsTypes'; export declare function fromBesselianElements(besselianElements: BesselianElements): SolarEclipse; export declare function fromTimeOfInterest(toi: TimeOfInterest): Promise;