import { SchematicContext, Tree } from '@angular-devkit/schematics'; import { ProjectGraph, ProjectGraphNode } from '@nrwl/workspace'; import { NormalizedTailwindSchematicsOptions, TailwindSchematicsOptions } from '../schematics/schema'; export declare function getDefaultProjectFromGraph(graph: ProjectGraph, projectName?: string): ProjectGraphNode; export declare function normalizeOptionsNx(options: TailwindSchematicsOptions, tree: Tree, context: SchematicContext): NormalizedTailwindSchematicsOptions;