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