import * as index from "./index"; describe("index", () => { it("exposes Serializer", () => { expect(index.Serializer).toBeTruthy(); }); })