import type { Transaction, TransactionArgument } from '@mysten/sui/transactions'; import { LendWay } from '../types'; export declare function lendEvent(way: LendWay | undefined, coinIn: TransactionArgument, coinType: string, transaction: Transaction): Transaction;