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