import { Uint64String } from '../../stores/library/int'; export interface GetPositionParams { poolAddress: string; tokenId: Uint64String; }