import Graph from '../Graph'; import CommandLineToolApi from './generated/CommandLineToolApi'; export default function runStandardProcess(toolName: string, handler: (graph: Graph, api: CommandLineToolApi) => Promise): Promise;