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