import { Tree } from 'jargs'; declare const envCommand: (tree: Tree) => undefined; export default envCommand;