import { Transaction } from '@elrondnetwork/erdjs'; /** * If user cancels signing in SignTransactionsModal, and transactionsToSign were cleared from store make sure we access the latest store information before proceeeding */ export declare function getShouldMoveTransactionsToSignedState(signedTransactions: Transaction[]): boolean; //# sourceMappingURL=getShouldMoveTransactionsToSignedState.d.ts.map