import type { QuoteTypes } from '../types/index.js';
export declare const SLIPPAGE_ERROR_OUTPUT_MSG = "Could not calculate optimal slippage";
export declare const getSuggestedSlippage: (quote: QuoteTypes, errorData: string) => number;
//# sourceMappingURL=slippage.d.ts.map