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