/**
 * Represents the actions that can be performed on
 * {@link https://developers.google.com/ad-manager/api/reference/v202405/CustomTargetingService.CustomTargetingKey CustomTargetingKey} objects.
 */
export declare abstract class CustomTargetingKeyAction {
}
/**
 * The action used for activating inactive (i.e. deleted)
 * {@link https://developers.google.com/ad-manager/api/reference/v202405/CustomTargetingService.CustomTargetingKey CustomTargetingKey} objects.
 */
export declare class ActivateCustomTargetingKeys implements CustomTargetingKeyAction {
}
/**
 * Represents the delete action that can be performed on
 * {@link https://developers.google.com/ad-manager/api/reference/v202405/CustomTargetingService.CustomTargetingKey CustomTargetingKey} objects.
 */
export declare class DeleteCustomTargetingKeys implements CustomTargetingKeyAction {
}
/**
 * Represents the actions that can be performed on
 * {@link https://developers.google.com/ad-manager/api/reference/v202405/CustomTargetingService.CustomTargetingValue CustomTargetingValue} objects.
 */
export declare abstract class CustomTargetingValueAction {
}
/**
 * The action used for activating inactive (i.e. deleted)
 * {@link https://developers.google.com/ad-manager/api/reference/v202405/CustomTargetingService.CustomTargetingValue CustomTargetingValue} objects.
 */
export declare class ActivateCustomTargetingValues implements CustomTargetingValueAction {
}
/**
 * Represents the delete action that can be performed on
 * {@link https://developers.google.com/ad-manager/api/reference/v202405/CustomTargetingService.CustomTargetingValue CustomTargetingValue} objects.
 */
export declare class DeleteCustomTargetingValues implements CustomTargetingValueAction {
}
//# sourceMappingURL=customTargeting.action.d.ts.map