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