import { V230DevfileParentProjectsItemsGit } from '../models/V230DevfileParentProjectsItemsGit'; import { V230DevfileParentProjectsItemsZip } from '../models/V230DevfileParentProjectsItemsZip'; export declare class V230DevfileParentProjects { 'attributes'?: any; 'clonePath'?: string; 'git'?: V230DevfileParentProjectsItemsGit; 'name': string; 'zip'?: V230DevfileParentProjectsItemsZip; 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(); }