declare const store: () => {
    [x: string]: any;
};
export default store;
