import { Tree } from '@nx/devkit'; import { NextjsClientTemplateNormalized } from '../schema'; export default function (tree: Tree, normalizedOptions: NextjsClientTemplateNormalized): void;