export default interface Jsonable { /** * Convert object into JSON. */ toJSON: () => ReturnType; } //# sourceMappingURL=Jsonable.d.ts.map