import * as $dara from '@darabonba/typescript'; export declare class MoveResourceGroupResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * 5BCD2F6C-7A9D-47C1-8588-2CC6A4E0BE5E */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }