export abstract class Primitives {
  abstract toJSON(): any;
}
