import { RubicSdkError } from "../rubic-sdk.error";
/**
 * Thrown, when toSlippage tolerance is too low to calculate Celer trade.
 */
export declare class LowToSlippageError extends RubicSdkError {
}
