export declare abstract class Serializable { abstract toJSON(): any; abstract fromJSON(obj: any): any; }