import { Entity } from '../../entity'; import { FeeReceiverType } from '../../../constants'; export declare class TokenHolderAndAmount extends Entity { holderPublicKey: string; tokenAmount?: number; type: FeeReceiverType; }