/*****************************************************************************************************************/
/*****************************************************************************************************************/
import type { FeatureCollection } from 'geojson';
import type { EquatorialCoordinate } from '../common';
/*****************************************************************************************************************/
export declare function createConstellationAsGeoJSON(name: string, meaning: string, centrum: EquatorialCoordinate, aster: number[][][], boundary: number[][][]): FeatureCollection;
/*****************************************************************************************************************/
