import { Zakeke } from './providerValue'; import { AppState } from './state'; export declare const createProviderValue: (state: AppState, dispatch: React.Dispatch) => Zakeke;