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