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