import type { GlobalState } from './global-state.type'; export declare const integrationStoreConfig: () => { initialState: StateType; reducer: import("../cargo-hold").AnyActionReducer; effect: import("../cargo-hold").Effect; };