import { Proof, SnProof } from '@sensio/types'; /** * Decodes the Proof-of-Existence from the chain to readable object * @param d PoE from the Network */ export declare function decodeFromChain(d: Proof): SnProof; export default decodeFromChain; //# sourceMappingURL=decodeFromChain.d.ts.map