import type { Store } from '../../types'; export declare function createStore(): Store;