/**
 * @category Enums
 */
export declare const enum OrbitType {
    front = "front",
    back = "back"
}
