export declare class TransferTronTrc20 {
    fromPrivateKey?: string;
    from?: string;
    signatureId?: string;
    index?: number;
    to: string;
    tokenAddress: string;
    amount: string;
    feeLimit: number;
}
