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