import { type Action, type Link } from 'graph/index.js'; export type Reducer> = (state: S, link: Link) => S; //# sourceMappingURL=types.d.ts.map