import { RetrospectiveChain } from "../../../chain/RetrospectiveChain"; import { GenericFunction } from "../../function/GenericFunction"; export type GenericRetrospectiveChain = RetrospectiveChain;