import type { EphemerisPosition } from "./types.js"; export declare function moonPosition(date: Date): EphemerisPosition; export declare function lunarHorizontalParallaxDegrees(distanceAu: number): number; //# sourceMappingURL=moon.d.ts.map