/**
 * Represents the actions that can be performed on {@link https://developers.google.com/ad-manager/api/reference/latest/CreativeWrapperService.CreativeWrapper CreativeWrapper} objects.
 */
export declare abstract class CreativeWrapperAction {
}
/**
 * The action used for activating {@link https://developers.google.com/ad-manager/api/reference/latest/CreativeWrapperService.CreativeWrapper CreativeWrapper} objects.
 */
export declare class ActivateCreativeWrappers implements CreativeWrapperAction {
}
/**
 * The action used for deactivating {@link https://developers.google.com/ad-manager/api/reference/latest/CreativeWrapperService.CreativeWrapper CreativeWrapper} objects.
 */
export declare class DeactivateCreativeWrappers implements CreativeWrapperAction {
}
//# sourceMappingURL=creativeWrapper.action.d.ts.map