import type { ConstellationInfo } from "./types.js"; export declare const IAU_CONSTELLATIONS: readonly ConstellationInfo[]; export declare function getConstellationInfo(identifier: string): ConstellationInfo | undefined; //# sourceMappingURL=metadata.d.ts.map