import type { CatalogStar } from "../types.js"; export declare const BRIGHT_STAR_CATALOG: readonly CatalogStar[]; export declare function findBrightStar(identifier: string): CatalogStar | undefined; //# sourceMappingURL=bright.d.ts.map