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