export type PoolInfo = { address: string; mint: string; }; export type StakePoolInfo = { address: string; mint: string; rewarder: string; };