import { StateContainer } from './types'; export declare function makeStateContainer(initialState: TState): StateContainer;