import type { Atmosphere } from "../types.js"; export declare function atmosphericRefractionDegrees(geometricAltitudeDegrees: number, atmosphere?: Atmosphere): number; //# sourceMappingURL=refraction.d.ts.map