import { V230DevfileParentCommandsItemsApplyGroup } from '../models/V230DevfileParentCommandsItemsApplyGroup'; export declare class V230DevfileParentCommandsItemsApply { 'component'?: string; 'group'?: V230DevfileParentCommandsItemsApplyGroup; 'label'?: 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(); }