import { CreateNodesV2 } from '@nx/devkit'; import { E as ExternalContainerExecutorSchema } from '../../../schema.d-Cx_3iG9A.js'; declare const name = "storm-software/k8s-tools/docker"; declare const description = "Plugin for parsing Dockerfile files"; interface DockerFilePluginOptions { defaultEngine?: ExternalContainerExecutorSchema["engine"]; } declare const createNodesV2: CreateNodesV2; export { type DockerFilePluginOptions, createNodesV2, description, name };