import { ApiPromise, SubmittableResult } from '@polkadot/api'; import { EventEmitter } from 'events'; import { TransactionType } from '../../../enums.js'; import { TransactionInfoByType } from '../types.js'; export declare const handleTransactionEvents: (api: ApiPromise, events: SubmittableResult["events"], transactionInfo: TransactionInfoByType[T], emitter: EventEmitter, transactionType: T) => TransactionInfoByType[T]; //# sourceMappingURL=index.d.ts.map