export interface ValueObject { readonly props: T; equals(other: ValueObject): boolean; }