import { Entity } from '../../entity'; export declare class BoostTipWalletsResponse extends Entity { wallets: string[]; }