export default interface ISerializable { toJson(): Promise; } //# sourceMappingURL=ISerializable.d.ts.map