import { Transaction } from '@elrondnetwork/erdjs/out'; export declare const sendAndSignTransactions: (transactions: Transaction[], transactionName: string, callbackRoute?: string) => Promise<{ success: boolean; error: string; sessionId: string | null; }>; //# sourceMappingURL=sendAndSignTransactions.d.ts.map