import { DomainObject } from "./domain-object"; import { StorageAccountImage } from "./storage-account-image"; export declare class DeliveryTerm extends DomainObject { DeliveryTermId?: string | undefined; Code?: string | undefined; ImageId?: string | undefined; Image?: StorageAccountImage | undefined; } //# sourceMappingURL=delivery-term.d.ts.map