import type { CreateNodes } from '@nx/devkit';
import type { NxAwsCdkPluginOptions } from './utils/inferrence';
export declare const createNodes: CreateNodes<NxAwsCdkPluginOptions>;
