import { StorageKey } from '@polkadot/types'; import { ProofInfo } from '@sensio/types'; import { SnProofWithStorage } from '../../../../types/src/interfaces/poe/interfaces'; export declare type IncomingParam = [StorageKey, ProofInfo]; /** * Decode PoE 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): SnProofWithStorage; export default decodeFromStatementStorage; //# sourceMappingURL=decodeStorage.d.ts.map