1 | import Creator from './create/creator';
|
2 | import Project from './create/project';
|
3 | import doctor from './doctor';
|
4 | import { getRootPath } from './util';
|
5 | import { type ConfigEnv, type UserConfigExport, type UserConfigFn, defineConfig } from './util/defineConfig';
|
6 | declare const _default: {
|
7 | doctor: {
|
8 | validators: ((args: any) => any)[];
|
9 | };
|
10 | Project: typeof Project;
|
11 | Creator: typeof Creator;
|
12 | defineConfig: typeof defineConfig;
|
13 | getRootPath: typeof getRootPath;
|
14 | };
|
15 | export default _default;
|
16 | export { type ConfigEnv, type UserConfigExport, type UserConfigFn, Creator, defineConfig, doctor, getRootPath, Project };
|
17 |
|
\ | No newline at end of file |