import WFSerialization from '../interfaces/WF/WFSerialization';
import WFWorkflowAction from '../interfaces/WF/WFWorkflowAction';
declare const _default: (options: {
    /** The operation to perform */
    format?: "zip" | "tar.gz" | "tar.bz2" | "tar.xz" | "tar" | "gz" | "cpio" | "iso" | undefined;
    /** Set the name of the Archive */
    name?: string | WFSerialization | undefined;
}, output?: import("../interfaces/Variable").default | undefined) => WFWorkflowAction | WFWorkflowAction[];
export default _default;
