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