import { Entity } from '../../../entity'; export declare class BaseTxPrepareResponse extends Entity { transaction: string; token: string; }