export declare function run(input: string[], flags: {
    [name: string]: any;
}, cwd: string): Promise<void>;
