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