import type { Signer } from "near-api-js";
import * as nearAPI from "near-api-js";
import type { Network, Transaction } from "@near-wallet-selector/core";
export declare const signTransactions: (transactions: Array<Transaction>, signer: Signer, network: Network) => Promise<nearAPI.transactions.SignedTransaction[]>;
