import { Entity } from '../../entity'; export declare class TotalClaimedUSDResponse extends Entity { totalClaimInUsd: number; }