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