import { Configuration } from '@neo-one/cli-common'; import Listr from 'listr'; import { Command } from '../types'; export declare const createTasks: (_cmd: Command, config: Configuration) => Listr;