import type { GeneratorCallback, Tree } from '@nx/devkit'; import type { Schema } from './schema'; export declare function componentStoreGenerator(tree: Tree, rawOptions: Schema): Promise; export default componentStoreGenerator;