import { CreateNodes, CreateNodesV2 } from '@nx/devkit'; import { GoPluginOptions } from './types/go-plugin-options'; export declare const createNodes: CreateNodes; /** * @deprecated `CreateNodesV2` is Nx 23's back-compat alias of {@link CreateNodes}; * this export exists only for plugin loaders that still look up the * `createNodesV2` field. Prefer {@link createNodes}. */ export declare const createNodesV2: CreateNodesV2;