export { createCanvasSky } from "./create-canvas-sky.js"; export { projectObservedStar } from "./projection.js"; export type { ProjectedPoint, ProjectionOptions, SkyProjection } from "./projection.js"; export type { CanvasHit, CanvasSize, CanvasSkyController, CanvasSkyOptions } from "./types.js"; //# sourceMappingURL=index.d.ts.map