import { PlainSignedTransaction } from '@elrondnetwork/erdjs-web-wallet-provider/out/plainSignedTransaction'; import { Transaction } from '@elrondnetwork/erdjs/out'; import { SignedTransactionType } from 'types'; export declare function parseTransactionAfterSigning(signedTransaction: Transaction | PlainSignedTransaction): SignedTransactionType; //# sourceMappingURL=parseTransactionAfterSigning.d.ts.map