import { OrbitalError } from './orbital-error'; export declare class UnknownOptionError extends OrbitalError { constructor(name: string); }