import { V1alpha2DevWorkspaceTemplateSpecComponentsItemsPluginCommandsItemsApply } from '../models/V1alpha2DevWorkspaceTemplateSpecComponentsItemsPluginCommandsItemsApply'; import { V1alpha2DevWorkspaceTemplateSpecComponentsItemsPluginCommandsItemsComposite } from '../models/V1alpha2DevWorkspaceTemplateSpecComponentsItemsPluginCommandsItemsComposite'; import { V1alpha2DevWorkspaceTemplateSpecComponentsItemsPluginCommandsItemsExec } from '../models/V1alpha2DevWorkspaceTemplateSpecComponentsItemsPluginCommandsItemsExec'; export declare class V1alpha2DevWorkspaceTemplateSpecComponentsItemsPluginCommands { 'apply'?: V1alpha2DevWorkspaceTemplateSpecComponentsItemsPluginCommandsItemsApply; 'attributes'?: any; 'composite'?: V1alpha2DevWorkspaceTemplateSpecComponentsItemsPluginCommandsItemsComposite; 'exec'?: V1alpha2DevWorkspaceTemplateSpecComponentsItemsPluginCommandsItemsExec; 'id': 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(); }