import { StorageKey } from '@polkadot/types'; import { RuleInfo, SnRuleWithStorage } from '@sensio/types'; export declare type IncomingParam = [StorageKey, RuleInfo]; /** * Decode Rule Query result from the chain * @param d Map of StorageKey and ProofInfo, `[StorageKey, ProofInfo]` * @returns Decoded PoE with typescript native types and values */ export declare function decodeFromStatementStorage(d: IncomingParam): SnRuleWithStorage; export default decodeFromStatementStorage; //# sourceMappingURL=decodeStorage.d.ts.map