import { Tree } from '@nx/devkit'; import { ProjectGeneratorOptions, NormalizedSchema } from '../schema'; export declare function normalizeOptions(tree: Tree, options: ProjectGeneratorOptions): Promise;