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