import { Entity } from '../../entity'; export declare class DexScreenerAssetResponse extends Entity { id: string; name: string; symbol: string; decimals: number; totalSupply: string; }