/** * .what = checks if an object is an instance of DomainEntity * .why = supports cross version compatability evaluation */ export declare const isOfDomainEntity: (obj: unknown) => boolean;