import { TransactionType } from '../../../enums.js'; import { VerifyOptions } from '../../../session/types.js'; import { TransactionInfoByType } from '../types.js'; /** * Initializes a transaction object based on its type. */ export declare const initializeTransactionInfo: (transactionType: T, options: VerifyOptions, batchCount?: number) => TransactionInfoByType[T]; //# sourceMappingURL=index.d.ts.map