import type { Fn, Maybe } from "@thi.ng/api";
import type { AsyncTxLike } from "./api.js";
export declare const step: <A, B>(tx: AsyncTxLike<A, B>, unwrap?: boolean) => Fn<A, Promise<Maybe<B | B[]>>>;
//# sourceMappingURL=step.d.ts.map