import TimeOfInterest from '../time/TimeOfInterest';
import Moon from './Moon';
export default function createMoon(toi?: TimeOfInterest): Moon;
