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