import type { TargetConfiguration } from '@nx/devkit'; import type { RunCommandsOptions } from 'nx/src/executors/run-commands/run-commands.impl'; export declare function createConfigurationTarget(options?: { projectName?: string; }): Promise>;