import type { TOperation } from "./types"; /** * @function arithmeticTransaction * @type {import('./types').TArithmeticOperation} */ export default function arithmeticTransaction(operation: TOperation, factor?: number): (collection: string, documentId: string, field: string | number) => Promise; //# sourceMappingURL=arithmeticTransaction.d.ts.map