/** An IAM Group User */
export interface GroupUser {
    /** Username to add to the group */
    user: string;
}
//# sourceMappingURL=GroupUser.d.ts.map