import { CreateNodesV2 } from '@nx/devkit';
import 'colors';
export interface PluginOptions {
}
export declare function normalizeOptions(options: PluginOptions | undefined): PluginOptions;
export declare const createNodesV2: CreateNodesV2<PluginOptions>;
