import { ApiClients } from '@equinor/fusion'; import { Store } from './store'; import { State } from './state'; export declare const createStore: (id: string, clients: ApiClients) => Store; export { Store, State }; export { Actions, actions } from './actions'; export default createStore;