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