/**
 * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/latest/CreativeService.Creative Creative} objects.
 */
export declare abstract class CreativeAction {
}
/**
 * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/latest/CreativeService.Creative Creative} objects.
 */
export declare class ActivateCreatives implements CreativeAction {
}
/**
 * The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/latest/CreativeService.Creative Creative} objects.
 */
export declare class DeactivateCreatives implements CreativeAction {
}
//# sourceMappingURL=creative.action.d.ts.map