import { LimoClient } from '@kamino-finance/limo-sdk'; import { RouteParams } from './types'; import BN from 'bn.js'; import { Address, Instruction } from '@solana/kit'; export declare function getLimoLedgerIxsForRoute(args: { params: RouteParams; limoClient: LimoClient; inputTa: Address; outputTa: Address; maxInputAmountChange: BN; minOutputAmountChange: BN; }): Promise<{ preIx: Instruction; postIx: Instruction; }>; export declare function includeLedgerIxs(params: RouteParams): boolean; //# sourceMappingURL=limoLedgerIxs.d.ts.map