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