/** * Match Plane - Match orbital plane with target */ import type { KosConnection } from '../../../transport/kos-connection.js'; import { type ManeuverResult } from '../shared.js'; /** * Create a maneuver node to match orbital plane with the target. * Requires a target to be set first. * * @param conn kOS connection * @param timeRef When to execute: 'REL_NEAREST_AD', 'REL_HIGHEST_AD', 'REL_ASCENDING', 'REL_DESCENDING' */ export declare function matchPlane(conn: KosConnection, timeRef?: string): Promise; //# sourceMappingURL=match-plane.d.ts.map