import { Tree } from "@nx/devkit";
import { InitSchema } from "./schema";
export default function (tree: Tree, schema: InitSchema): Promise<() => Promise<void>>;
