import type { Transducer, TxLike } from "./api.js";
export declare const ensureTransducer: <A, B>(x: TxLike<A, B>) => Transducer<A, B>;
//# sourceMappingURL=ensure.d.ts.map