"use strict"; const lmdb = require("lmdb"); function prefixSearch(...) { ... } module.exports = function createLMDBBackend() { return { }; };