/** * `wrap-legacy-store` batch path: the upstream Baileys keyStore is already * batch-shaped (`set({ [type]: { [id]: value | null } })`), so `setMany` / * `deleteMany` must collapse a same-store batch into ONE `keys.set` call. * The adapter is id-addressed (no list-a-category), so it declares only * `batch` capability — never `enumerate` / `prefixDelete`. */ export {}; //# sourceMappingURL=wrap-legacy-store-batch.test.d.ts.map