/**
 * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/latest/UserTeamAssociationService.UserTeamAssociation UserTeamAssociation} objects.
 */
export declare abstract class UserTeamAssociationAction {
}
/**
 * Action to delete the association between a {@link https://developers.google.com/ad-manager/api/reference/latest/UserService.User User} and a {@link https://developers.google.com/ad-manager/api/reference/latest/TeamService.Team Team}.
 */
export declare class DeleteUserTeamAssociations implements UserTeamAssociationAction {
}
//# sourceMappingURL=userTeamAssociation.action.d.ts.map