import { CreateNodes, CreateNodesV2 } from '@nx/devkit';
export interface EslintPluginOptions {
    targetName?: string;
    extensions?: string[];
}
export declare const createNodesV2: CreateNodesV2<EslintPluginOptions>;
export declare const createNodes: CreateNodes<EslintPluginOptions>;
