import { State } from '../types/state.type'; export declare const createAppState:

(initState: P) => State

;