import { Tree } from '@nx/devkit';
import type { Schema } from './schema';
export declare function host(tree: Tree, schema: Schema): Promise<import("@nx/devkit").GeneratorCallback>;
export default host;
//# sourceMappingURL=host.d.ts.map