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