import { V230DevfileParentCommandsItemsApply } from '../models/V230DevfileParentCommandsItemsApply'; import { V230DevfileParentCommandsItemsComposite } from '../models/V230DevfileParentCommandsItemsComposite'; import { V230DevfileParentCommandsItemsExec } from '../models/V230DevfileParentCommandsItemsExec'; export declare class V230DevfileParentCommands { 'apply'?: V230DevfileParentCommandsItemsApply; 'attributes'?: any; 'composite'?: V230DevfileParentCommandsItemsComposite; 'exec'?: V230DevfileParentCommandsItemsExec; '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(); }