import type { SpectralType } from '../../types/body.types'; import type { TerrainLevel } from '../types/terrain.types'; /** Build a TerrainLevel palette for a star mesh based on its spectral type. */ export declare function buildStarPalette(spectralType: SpectralType): TerrainLevel[]; //# sourceMappingURL=starPalette.d.ts.map