export declare class GetPoolsActivityDto { tokenAddress?: string; chainId?: number; provider?: string; page?: number; type?: string; }