import { SubAccount } from "@ledgerhq/types-live";
import type { Transaction } from "./types";
export declare class ElrondEncodeTransaction {
    static ESDTTransfer(t: Transaction, ta: SubAccount): string;
    static delegate(): string;
    static claimRewards(): string;
    static withdraw(): string;
    static reDelegateRewards(): string;
    static unDelegate(t: Transaction): string;
}
//# sourceMappingURL=encode.d.ts.map