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