import { RubicSdkError } from '../rubic-sdk.error';
export declare class InsufficientLiquidityError extends RubicSdkError {
}
