/*****************************************************************************************************************/
/*****************************************************************************************************************/
import type { EquatorialCoordinate } from './common';
/*****************************************************************************************************************/
/**
 *
 * getEclipticPlane()
 *
 * @param date - The date to calculate the ecliptic plane for.
 * @returns The ecliptic plane at the given date.
 *
 */
export declare const getEclipticPlane: (date: Date) => EquatorialCoordinate[];
/*****************************************************************************************************************/
