/** * Error message */ export declare class ErrorInCommand { ID: string; inputData: any; errorData: any; errorMessage: string; }