import { type CreateNodesV2 } from '@nx/devkit';
export interface DockerPluginOptions {
    buildTarget?: string;
    runTarget?: string;
}
export declare const createNodesV2: CreateNodesV2<DockerPluginOptions>;
