import { LimoClient } from '@kamino-finance/limo-sdk'; import { RouteOutput, RouteParams } from './types'; import { RouterType } from '../consts'; import BN from 'bn.js'; import { Address, Instruction } from '@solana/kit'; export declare function getLimoLogsIxsForRoute(args: { params: RouteParams; route: RouteOutput; limoClient: LimoClient; inputTokenAccount: Address; outputTokenAccount: Address; nextBestAmountOutSimulated: BN; nextBestRouterTypeId: number; }): Promise<{ preIx: Instruction; postIx: Instruction; }>; export declare function includeLimoLogs(includeLimoLogs: boolean | undefined, routerType?: RouterType): boolean; //# sourceMappingURL=limoLogs.d.ts.map