import { Component } from '../common/component'; export declare class CommandContainer extends Component { contents: any[]; [key: string]: any; constructor(param: string | any); toJSON(): any; toString(): string; }