import { NexaApp } from '../app/NexaApp'; import { WriteBatch } from '../types/index'; export declare const writeBatch: (db: NexaApp) => WriteBatch;