import { CreateNodesV2 } from '@nx/devkit';
export interface EslintPluginOptions {
    targetName?: string;
    extensions?: string[];
}
export declare const createNodes: CreateNodesV2<EslintPluginOptions>;
export declare const createNodesV2: CreateNodesV2<EslintPluginOptions>;
//# sourceMappingURL=plugin.d.ts.map