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