import Orbit from './Orbit'; import Base from '../base/Base'; export default function Factory( config?: Base.IConfig ): Orbit;