/** Pluto's radius in meters */
export declare const PLUTO_RADIUS = 1188000;
/** Pluto's equitorial radius in meters */
export declare const PLUTO_RADIUS_EQUATORIAL = 1188000;
/** Pluto's polar radius in meters */
export declare const PLUTO_RADIUS_POLAR = 1188000;
/** The average circumference of Pluto in meters. */
export declare const PLUTO_CIRCUMFERENCE = 7464424.1449293485;
/**
 * The altitude of the highest known point on Pluto in meters.
 * https://en.wikipedia.org/wiki/Tenzing_Montes
 */
export declare const PLUTO_HIGHEST_ALTITUDE = 6200;
/**
 * The altitude of the lowest known point on Pluto in meters.
 * https://www.lpi.usra.edu/features/070918/pluto/
 */
export declare const PLUTO_LOWEST_ALTITUDE = -3500;
//# sourceMappingURL=pluto.d.ts.map