import { BytesLike } from 'ethers'; import { MultiResult } from '../../lib/multi-wrapper'; import { DecodedGlobalStateV1_1, DecodedStateMultiCallResultWithRelativeBitmapsV1_1, DecodedStateMultiCallResultWithRelativeBitmapsV1_9, TickInfoWithBigNumber } from './types'; export declare function decodeStateMultiCallResultWithRelativeBitmapsV1_1(result: MultiResult | BytesLike): DecodedStateMultiCallResultWithRelativeBitmapsV1_1; export declare function decodeStateMultiCallResultWithRelativeBitmapsV1_9(result: MultiResult | BytesLike): DecodedStateMultiCallResultWithRelativeBitmapsV1_9; export declare function decodeGlobalStateV1_1(result: MultiResult | BytesLike): DecodedGlobalStateV1_1; export declare function decodeTicksV1_1(result: MultiResult | BytesLike): TickInfoWithBigNumber;