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