export interface Serializable { toJSON(): SerializedType fromJSON(json: SerializedType): DeserializedType }