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