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