export declare class GetSecretUserGroupsResponseDto { userGroups: { userGroupId: string; userId: string; groupId: string; }[]; secretId: string; constructor(userGroups: { userGroupId: string; userId: string; groupId: string; }[], secretId: string); }