import type { EquatorialCoordinate } from "../types.js"; import type { ConstellationBoundary } from "./types.js"; export declare function parseConstellationBoundaryText(text: string): readonly ConstellationBoundary[]; export declare function createConstellationBoundaryResolver(boundaries: readonly ConstellationBoundary[]): (coordinate: EquatorialCoordinate) => string | undefined; //# sourceMappingURL=boundaries.d.ts.map