export interface SingleTransferTxInfoFields { } export interface SingleTransferTxInfoJSON { } export declare class SingleTransferTxInfo { constructor(fields: SingleTransferTxInfoFields); static layout(property?: string): any; static fromDecoded(obj: any): SingleTransferTxInfo; static toEncodable(fields: SingleTransferTxInfoFields): {}; toJSON(): SingleTransferTxInfoJSON; static fromJSON(obj: SingleTransferTxInfoJSON): SingleTransferTxInfo; toEncodable(): {}; }