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