export interface IJsonable { toJSON(): T; }