import type { ActionFile } from '@balena/jellyfish-plugin-base'; /** * Takes in a draft version of a card (e.g. 1.0.1-alpha1+rev1) and * creates a copy of the card as its final equivalent (i.e. 1.0.1+rev1) * and also links any existing artifacts to this new card */ export declare const actionMergeDraftVersion: ActionFile;