export * from "./interfaces";
export * from "./b+tree";
export { default as BTree } from "./b+tree";
//# sourceMappingURL=index.d.ts.map