export declare const getAccruedFeeAndRewards: (coinA: string, coinB: string, poolId: string, positionId: string, rewards: string[], owner: string) => Promise<{ rewards: any[]; fee: { coinA: any; coinB: any; }; } | null>;