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