import type { MutationEvent } from "../types.js"; import type { ChainId } from "@reactive-dot/core"; import type { Transaction, TxEvent } from "polkadot-api"; import { type MonoTypeOperatorFunction } from "rxjs"; import { type Ref } from "vue"; export declare function tapTx(mutationEventRef: Ref, chainId: ChainId, transaction: Transaction): MonoTypeOperatorFunction; //# sourceMappingURL=tap-tx.d.ts.map