import { Entity } from '../../entity'; export declare class BoostSendTransactionResponse extends Entity { jsonrpc: string; result: string; id: string; error?: unknown; }