import { MultiResult } from '../../../../lib/multi-wrapper'; import { BytesLike } from 'ethers'; import { DecodedStateMultiCallResultWithRelativeBitmaps } from '../../types'; export declare function decodeStateMultiCallResultWithRelativeBitmaps(result: MultiResult | BytesLike): DecodedStateMultiCallResultWithRelativeBitmaps;