import { CommandLineToolModel } from "../generic/CommandLineToolModel"; import { CommandLinePart } from "./CommandLinePart"; export declare const generateCommandLineParts: (tool: CommandLineToolModel, jobInputs: any, runtime: any) => Promise;