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