import { PlanetPosition } from '../types'; export declare function formatPlanetWithDignities(planet: PlanetPosition): string;