import { PositionError } from "./PositionError";
export declare class PositionIsClosingError extends PositionError {
}
