import { Tree } from 'jargs'; export declare const runCommand: (commandAndOptions: ReadonlyArray | undefined, env: string, rest?: ReadonlyArray | undefined) => undefined; declare const run: (tree: Tree) => void; export default run;