import { typescript } from 'projen'; declare class Nvm { constructor(project: typescript.TypeScriptProject); } export { Nvm };