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