import { V1alpha2DevWorkspaceTemplateSpecComponentsItemsPluginCommandsItemsExecEnv } from '../models/V1alpha2DevWorkspaceTemplateSpecComponentsItemsPluginCommandsItemsExecEnv'; import { V1alpha2DevWorkspaceTemplateSpecComponentsItemsPluginCommandsItemsExecGroup } from '../models/V1alpha2DevWorkspaceTemplateSpecComponentsItemsPluginCommandsItemsExecGroup'; export declare class V1alpha2DevWorkspaceTemplateSpecComponentsItemsPluginCommandsItemsExec { 'commandLine'?: string; 'component'?: string; 'env'?: Array; 'group'?: V1alpha2DevWorkspaceTemplateSpecComponentsItemsPluginCommandsItemsExecGroup; '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(); }