import { ICallback } from '../async/index.js'; import { IRedisClient } from './types/index.js'; import { IWatchTransactionAttemptResult, IWatchTransactionOptions } from './types/index.js'; export declare function withWatchTransaction(client: IRedisClient, attemptFn: (client: IRedisClient, watch: (keys: string | string[], cb: ICallback) => void, cb: ICallback) => void, callback: ICallback, options?: IWatchTransactionOptions): void; //# sourceMappingURL=with-watch-transaction.d.ts.map