import { Entity } from '../../entity'; import { BlockchainEngineType } from '../../../constants'; export declare class BlockchainEngine extends Entity { id: string; type: BlockchainEngineType; }