import * as $dara from '@darabonba/typescript'; export declare class RunCommandResponseBody extends $dara.Model { /** * @remarks * The command ID. * * @example * c-7d2a745b412b4601b2d47f6a768d**** */ commandId?: string; /** * @remarks * The command task ID. * * @example * t-7d2a745b412b4601b2d47f6a768d**** */ invokeId?: string; /** * @remarks * The request ID. * * @example * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3**** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }