/** @internal */
export const OP_BACKPRESSURE_STRATEGY = "BackPressure";
export const OP_DROPPING_STRATEGY = "Dropping";
export const OP_SLIDING_STRATEGY = "Sliding";
//# sourceMappingURL=strategy.js.map