import { Entity } from '../../entity'; export declare class NativeBalanceResponse extends Entity { balance: string; decimals: number; }