import { V230DevfileParentStarterProjectsItemsGit } from '../models/V230DevfileParentStarterProjectsItemsGit'; import { V230DevfileParentStarterProjectsItemsZip } from '../models/V230DevfileParentStarterProjectsItemsZip'; export declare class V230DevfileParentStarterProjects { 'attributes'?: any; 'description'?: string; 'git'?: V230DevfileParentStarterProjectsItemsGit; 'name': string; 'subDir'?: string; 'zip'?: V230DevfileParentStarterProjectsItemsZip; 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(); }