import type AdmZip from 'adm-zip';
/**
 * Saves the artifact to the output folder
 * @param root The root of the app
 * @param appArtifact The file we want to save
 * @param publish Output when action is triggered by publish command
 */
export declare function saveArtifactToOutputFolder(root: string, appArtifact: AdmZip, publish?: boolean): void;
