import { Rule, SnRule } from '@sensio/types'; /** * Decodes the rule from the chain to readable object * @param d Rule from the Network, SCALE codec encoded */ export declare function decodeFromChain(d: Rule): SnRule; export default decodeFromChain; //# sourceMappingURL=decodeFromChain.d.ts.map