import { EquatorialSphericalCoordinates } from '../../coordinates/types/CoordinateTypes'; import { ProperMotion } from '../types/ProperMotionTypes'; export declare function correctProperMotion(coords: EquatorialSphericalCoordinates, properMotion: ProperMotion, jd: number, startingEpoch?: number): EquatorialSphericalCoordinates;