import { Context } from './types'; declare const initialContextState: Context; export default initialContextState;