import type { IFileSystem } from '@file-services/types'; import type { EngineConfig } from '../types.js'; export declare function generateFeature({ fs, rootDir, featureName, featuresPath, templatesPath, }: { fs: IFileSystem; rootDir: string; featureName: string; featuresPath: EngineConfig['featuresDirectory']; templatesPath: EngineConfig['featureTemplatesFolder']; }): void; //# sourceMappingURL=feature-generator.d.ts.map