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