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