import { InsufficientError } from "./InsufficientError";
export declare class InsufficientMarketDepthError extends InsufficientError {
}
