export declare const getPlanetColor: (planetName: string) => string; export declare const formatAscendantDegree: (degree: number) => string; export declare const getAscendantSign: (degree: number) => string;