import { V230DevfileParentComponentsItemsImageDockerfile } from '../models/V230DevfileParentComponentsItemsImageDockerfile'; export declare class V230DevfileParentComponentsItemsImage { 'autoBuild'?: boolean; 'dockerfile'?: V230DevfileParentComponentsItemsImageDockerfile; 'imageName'?: 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(); }