import type { CatalogStar, EquatorialCoordinate } from "../types.js"; export declare function propagateProperMotion(star: CatalogStar, date: Date): EquatorialCoordinate; export declare function distanceParsecsFromParallax(parallaxMas: number | undefined): number | undefined; //# sourceMappingURL=proper-motion.d.ts.map