import type { ConstellationLine } from "./types.js"; export declare const CONSTELLATION_LINES: readonly ConstellationLine[]; export declare function getConstellationLines(abbreviation: string): readonly ConstellationLine[]; //# sourceMappingURL=lines.d.ts.map