export interface SerializableClassInterface {
    toJSON(): any;
}
