import { Collection, TransactionAttemptContext } from 'couchbase'; export declare const updateRefdocIndexes: (refKeys: { add: string[]; remove: string[]; }, key: string | null, collection: Collection, transactionContext?: TransactionAttemptContext) => Promise;