import { Modules } from 'klayr-framework'; import { TickBitmap } from '../types'; import { Int16String } from './library/int'; export declare class TickBitmapStore extends Modules.BaseStore { getKey(poolAddress: Buffer, index: Int16String): Buffer; getOrDefault(context: Modules.ImmutableStoreGetter, key: Buffer): Promise; private hof; schema: { $id: string; type: string; required: string[]; properties: { bitmap: { dataType: string; fieldNumber: number; }; }; }; default: TickBitmap; }