export interface CodeGeneratorOptions { moduleDir: string; moduleName: string; teggPkg?: string; dalPkg?: string; }