export declare const actions: { [x: string]: import("redux-store-generator").SingleBag; meta: import("redux-store-generator").SingleBag; appStateThings: import("redux-store-generator").SingleBag; things: import("redux-store-generator").CollectionBag; }; export declare const selectors: { raw: typeof import("stores/gdi-store-things/dist/selectors.raw"); base: typeof import("stores/gdi-store-things/dist/selectors.base"); tables: typeof import("stores/gdi-store-things/dist/selectors.tables"); options: typeof import("stores/gdi-store-things/dist/selectors.options"); }; export declare const reducers: any; export declare const initialState: import("stores/gdi-store-things/dist/types").IThingsStore; export declare const endpointsConfig: (connectionType: import("redux-connected").ConnectionType) => import("redux-connected").EndpointsConfigOverrides; export declare const clearState: (store: any) => any;