import { V230DevfileParentCommandsItemsExecEnv } from '../models/V230DevfileParentCommandsItemsExecEnv'; import { V230DevfileParentCommandsItemsExecGroup } from '../models/V230DevfileParentCommandsItemsExecGroup'; export declare class V230DevfileParentCommandsItemsExec { 'commandLine'?: string; 'component'?: string; 'env'?: Array; 'group'?: V230DevfileParentCommandsItemsExecGroup; 'hotReloadCapable'?: boolean; 'label'?: string; 'workingDir'?: string; static readonly discriminator: string | undefined; static readonly attributeTypeMap: Array<{ name: string; baseName: string; type: string; format: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; format: string; }[]; constructor(); }