import { EgldSendTransaction } from './EgldSendTransaction';
export declare class EgldTransferOffchain extends EgldSendTransaction {
    mnemonic?: string;
    index?: number;
    fromPrivateKey?: string;
    from?: string;
    signatureId?: string;
}
