import { type Reducer } from './types.js'; import { type Action } from 'graph/index.js'; export declare const compose: (reducers: Array>) => Reducer; //# sourceMappingURL=compose.d.ts.map