import { Tree } from '@nrwl/devkit'; import { GraphqlMeshGeneratorSchema } from './schema'; export declare function applicationGenerator(tree: Tree, options: GraphqlMeshGeneratorSchema): Promise<() => void>; export default applicationGenerator; export declare const applicationSchematic: (generatorOptions: GraphqlMeshGeneratorSchema) => (tree: any, context: any) => Promise;