/**
 * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202405/TeamService.Team Team} objects.
 */
export declare abstract class TeamAction {
}
/**
 * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202405/TeamService.Team Team} objects.
 */
export declare class ActivateTeams implements TeamAction {
}
/**
 * The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/v202405/TeamService.Team Team} objects.
 */
export declare class DeactivateTeams implements TeamAction {
}
//# sourceMappingURL=team.action.d.ts.map