import { CreateNodesV2 } from '@nx/devkit';
export declare const NX_PLUGIN_OPTIONS = "__NX_PLUGIN_OPTIONS__";
export interface PluginOptions {
    ciTargetName?: string;
    targetName?: string;
    openTargetName?: string;
    componentTestingTargetName?: string;
}
export declare const createNodesV2: CreateNodesV2<PluginOptions>;
