import { Store, StoreState } from "../types/store"; export default function createStore(initial_state: StoreState): Store;