export interface ABIParameterBase { readonly name: string; readonly default?: ABIDefault; readonly rest?: boolean; }