export declare class FreezeTron {
    fromPrivateKey?: string;
    from?: string;
    signatureId?: string;
    index?: number;
    receiver: string;
    amount: string;
    resource: string;
    duration: number;
}
