export { build, runBuild } from './build'; export { dev, runDev } from './dev'; export { test, runTests } from './test'; export { typeCheck, runTypeCheck } from './type-check'; export { lint, runLint } from './lint'; //# sourceMappingURL=index.d.ts.map