import * as minimist from 'minimist';
declare type TRunOptions = {
    returnOutput?: boolean;
};
export declare function run(args: minimist.ParsedArgs, opts?: TRunOptions): any;
export {};
