import type { Tree } from '@nx/devkit'; import type { RemoveCustomMessageGeneratorSchema } from './schema'; export default function (tree: Tree, options: RemoveCustomMessageGeneratorSchema): Promise;