import { TickBitmapStore } from '../../tick_bitmap'; import { Int24String, Uint256String, Uint16String } from '../int'; import { ImmutableContext, DEXPoolData } from '../../../types'; export declare function countInitializedTicksCrossed(tickBitmapStore: TickBitmapStore, context: ImmutableContext, self: DEXPoolData & { address: Buffer; }, tickBefore: Int24String, tickAfter: Int24String): Promise; export declare function countOneBits(_x: Uint256String): Uint16String;