/** * Internal dependencies */ import { Action } from './actions'; import { OnboardingState } from './types'; declare const reducer: (state: OnboardingState | undefined, action: Action) => OnboardingState; export default reducer; //# sourceMappingURL=reducer.d.ts.map