import { ChainAPI } from "./network"; import type { SolanaAccount, Transaction } from "./types"; declare const prepareTransaction: (mainAccount: SolanaAccount, tx: Transaction, api: ChainAPI) => Promise; export { prepareTransaction }; //# sourceMappingURL=prepareTransaction.d.ts.map