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