import type { Tree } from '@nx/devkit';
import type { NormalizedNgRxFeatureStoreGeneratorOptions } from './normalize-options';
export declare function generateFilesFromTemplates(tree: Tree, options: NormalizedNgRxFeatureStoreGeneratorOptions): void;
//# sourceMappingURL=generate-files.d.ts.map