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