/**
 * Constants for long and short positions.
 *
 * @type {{ LONG: 'long', SHORT: 'short' }}
 */
export const Position: {
    LONG: "long";
    SHORT: "short";
};
//# sourceMappingURL=position.d.ts.map