import { type Tree } from '@nx/devkit'; import type { CommandGeneratorSchema } from './schema.js'; export declare function commandGenerator(tree: Tree, options: CommandGeneratorSchema): Promise; export default commandGenerator; //# sourceMappingURL=command.d.ts.map