import { V1alpha2DevWorkspaceSpecTemplateParentComponentsItemsPluginCommands } from '../models/V1alpha2DevWorkspaceSpecTemplateParentComponentsItemsPluginCommands'; import { V1alpha2DevWorkspaceSpecTemplateParentComponentsItemsPluginComponents } from '../models/V1alpha2DevWorkspaceSpecTemplateParentComponentsItemsPluginComponents'; import { V1alpha2DevWorkspaceSpecTemplateParentComponentsItemsPluginKubernetes } from '../models/V1alpha2DevWorkspaceSpecTemplateParentComponentsItemsPluginKubernetes'; export declare class V1alpha2DevWorkspaceSpecTemplateParentComponentsItemsPlugin { 'commands'?: Array; 'components'?: Array; 'id'?: string; 'kubernetes'?: V1alpha2DevWorkspaceSpecTemplateParentComponentsItemsPluginKubernetes; 'registryUrl'?: string; 'uri'?: string; 'version'?: 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(); }