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