import { ExecutorContext } from '@nx/devkit';
import type { ParsedCdkExecutorOption } from '.';
import type { Command } from '../../utils/executors';
export declare const createCommands: (options: ParsedCdkExecutorOption, context: ExecutorContext) => Command[];