/** * Valid order type constants shared across the codebase. */ import type { CloseOrderType, OrderType } from '../senpi/types.js'; export declare const VALID_OPEN_ORDER_TYPES: Set; export declare const VALID_CLOSE_ORDER_TYPES: Set; //# sourceMappingURL=order-types.d.ts.map