/** * External dependencies */ import type { Reducer } from 'redux'; import { Action } from './actions'; import { NoteState } from './types'; declare const reducer: Reducer; export default reducer; export type State = ReturnType; //# sourceMappingURL=reducer.d.ts.map