import type { Action, Option } from './types.js'; declare const optionsReducer: (state: Option[], action: Action) => Option[]; export default optionsReducer; //# sourceMappingURL=optionsReducer.d.ts.map