import * as $dara from '@darabonba/typescript'; export declare class ListGroupsForUserResponseBodyGroupsGroup extends $dara.Model { comments?: string; groupId?: string; groupName?: string; joinDate?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ListGroupsForUserResponseBodyGroups extends $dara.Model { group?: ListGroupsForUserResponseBodyGroupsGroup[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ListGroupsForUserResponseBody extends $dara.Model { groups?: ListGroupsForUserResponseBodyGroups; /** * @remarks * The ID of the request. * * @example * DA772B52-BF9F-54CA-AC77-AA7A2DA89D46 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }