import * as selectors from './selectors'; import * as actions from './actions'; import { State } from './reducer'; export * from './types'; export type { State }; export declare const store: import("@wordpress/data/build-types/types").StoreDescriptor>; export declare const SETTINGS_STORE_NAME: "wc/admin/settings"; //# sourceMappingURL=index.d.ts.map