import { BusinessRelation } from "./business-relation"; import { DomainObject } from "./domain-object"; export declare class BusinessProgressState extends DomainObject { StateId?: string | undefined; BusinessRelations?: BusinessRelation[] | undefined; } //# sourceMappingURL=business-progress-state.d.ts.map