import { Schema } from './schema'; import { Tree } from '@nx/devkit'; export declare function runCommandsGenerator(host: Tree, schema: Schema): Promise; export default runCommandsGenerator; //# sourceMappingURL=run-commands.d.ts.map