import TimeOfInterest from '../time/TimeOfInterest';
import { BesselianElements } from './types/besselianElementsTypes';
export default function createBesselianElements(toi: TimeOfInterest): Promise<BesselianElements>;
