import { InitialState } from './interfaces'; declare const initialState: InitialState; export default initialState;