import { RootState } from './types'; declare const initialState: RootState; export default initialState;