import { RangeLimitError } from "./RangeLimitError";
export declare class LimitPriceLowerThanLiquidationPriceError extends RangeLimitError {
}
