export interface GenerateModuleOptions { jsonPath: string; dryRun?: boolean; force?: boolean; noRegister?: boolean; /** Override the detected host-app shared package scope (source of ModuleId). */ sharedScope?: string; } /** * Main generator function * * @param options - Generation options */ export declare function generateModule(options: GenerateModuleOptions): Promise; //# sourceMappingURL=generator.d.ts.map