import { CommandPackage } from '@nuofe/ndk-cli'; import { RuntimePackage } from '@nuofe/ndk-runtime-env'; declare const _default: (pkg: CommandPackage & RuntimePackage, command: 'build' | 'dev' | 'init') => Promise; export default _default;