import type { Signer } from "@meer-js/signers"; import type { SignedTransaction } from "@meer-js/transactions"; import type { Network, Transaction } from "@meer-wallet-selector/core/src"; export declare const signTransactions: (transactions: Array, signer: Signer, network: Network) => Promise; //# sourceMappingURL=sign-transactions.d.ts.map