import { type CreateNodesV2 } from "@nx/devkit"; export declare const name = "nx-biome-plugin"; export interface BiomePluginOptions { targetName?: string; } export declare const createNodesV2: CreateNodesV2;