import { common } from '@hyperledger/fabric-protos'; export declare function parseTransactionEnvelope(envelope: common.Envelope): { channelName: string; result: Uint8Array; }; //# sourceMappingURL=transactionparser.d.ts.map