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