import { GeneratorCallback, Tree } from '@nx/devkit';
import { InitSchema } from './schema';
export declare function gatsbyInitGenerator(host: Tree, schema: InitSchema): Promise<GeneratorCallback>;
export default gatsbyInitGenerator;
export declare const gatsbyInitSchematic: (generatorOptions: InitSchema) => (tree: any, context: any) => Promise<any>;
