import { Operation, SnOperation } from '@sensio/types'; /** * Decodes the Operation from the chain to readable object * @param op Operation from the Network */ export declare function decodeFromChain(op: Operation): SnOperation; export default decodeFromChain; //# sourceMappingURL=decodeFromChain.d.ts.map