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