export { RetrospectiveFunction } from "./types/RetrospectiveFunction"; export { RetrospectiveChain } from "./types/chain/RetrospectiveChain"; export { reduceChain } from "./utility/reduction/reduceChain";