import type { EphemerisPosition } from "./types.js"; export declare function sunPosition(date: Date): EphemerisPosition; //# sourceMappingURL=sun.d.ts.map