import "../Operator/index.js";
/**
 * Ported from https://github.com/zio/zio/blob/master/core/shared/src/main/scala/zio/ZQueue.scala
 *
 * Copyright 2020 Michael Arnaldi and the Matechs Garage Contributors.
 */
export * from "./api.js";
export * from "./core.js";
export * from "./unsafe.js";
export * from "./xqueue.js";
//# sourceMappingURL=index.d.ts.map