import { Entity } from '../../entity'; export declare class ClaimFees extends Entity { transactions: { serializedTx: string; token: string; }[]; }