export interface IntegerABIReturn extends ABIReturnBase { readonly type: 'Integer'; readonly decimals: number; }