/**
 * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/v202405/ContentBundleService.ContentBundle?hl=pt ContentBundle} objects.
 */
export declare abstract class ContentBundleAction {
}
/**
 * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/v202405/ContentBundleService.ContentBundle?hl=pt ContentBundle} objects.
 */
export declare class ActivateContentBundles implements ContentBundleAction {
}
/**
 * The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/v202405/ContentBundleService.ContentBundle?hl=pt ContentBundle} objects.
 */
export declare class DeactivateContentBundles implements ContentBundleAction {
}
//# sourceMappingURL=contentBundle.action.d.ts.map