import type { InitialState } from './reducer'; export declare const init: (initialState: InitialState) => InitialState;