import { type Tree } from '@nx/devkit'; import type { ConfigurationGeneratorOptions } from './schema.js'; export declare function configurationGenerator(tree: Tree, options: ConfigurationGeneratorOptions): Promise; export default configurationGenerator;