import { Entity } from '../../entity'; import { BlockchainSymbol } from '../../../constants'; export declare class BaseBlockchain extends Entity { id: string; name: string; symbol: BlockchainSymbol; }