import type { Consumable } from "./consumable.js"; export type MaybeConsumable = T | Consumable; export * as MaybeConsumable from "./maybe-consumable/index.js"; //# sourceMappingURL=maybe-consumable.d.ts.map