import { Config } from '../core/model';
import { Arguments } from 'yargs';
export declare const loadConfig: (args: Arguments) => Config;
export declare const run: (args: Arguments, tasks: string[]) => Promise<void>;
