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