import { Tree } from '@nx/devkit'; import { EsBuildProjectSchema } from './schema'; export declare function configurationGenerator(tree: Tree, options: EsBuildProjectSchema): Promise; export default configurationGenerator; //# sourceMappingURL=configuration.d.ts.map