import { Entity } from '../../entity'; export declare class JupLockPrepareResEntity extends Entity { serializedTx: string; }