import { Consumable } from "../consumable.js"; import type { MaybeConsumable } from "../maybe-consumable.js"; export declare function getValue(value: MaybeConsumable): T; export declare function tryConsume(value: T, callback: (value: T extends Consumable ? U : T) => R): R; //# sourceMappingURL=utils.d.ts.map