import { V230DevfileCommandsItemsApply } from '../models/V230DevfileCommandsItemsApply'; import { V230DevfileCommandsItemsComposite } from '../models/V230DevfileCommandsItemsComposite'; import { V230DevfileCommandsItemsExec } from '../models/V230DevfileCommandsItemsExec'; export declare class V230DevfileCommands { 'apply'?: V230DevfileCommandsItemsApply; 'attributes'?: any; 'composite'?: V230DevfileCommandsItemsComposite; 'exec'?: V230DevfileCommandsItemsExec; '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(); }