import { V230DevfileDependentProjectsItemsGitCheckoutFrom } from '../models/V230DevfileDependentProjectsItemsGitCheckoutFrom'; export declare class V230DevfileDependentProjectsItemsGit { 'checkoutFrom'?: V230DevfileDependentProjectsItemsGitCheckoutFrom; 'remotes': { [key: string]: 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(); }