import { BaseCurrency } from'./baseCurrency';
/**
* Represents the native currency of the chain on which it resides, e.g.
*/
export declareabstractclassNativeCurrencyextendsBaseCurrency{
readonly isNative: true;
readonly isToken: false;
}
//# sourceMappingURL=nativeCurrency.d.ts.map