export declare class CreateTronTrc20 {
    fromPrivateKey?: string;
    from?: string;
    signatureId?: string;
    index?: number;
    name: string;
    recipient: string;
    symbol: string;
    totalSupply: number;
    decimals: number;
}
