import * as $dara from '@darabonba/typescript'; export declare class AddUserToGroupResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * 1B968853-B423-63A6-FE1F-45E81BC2AD61 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }