/** * Internal dependencies */ import * as selectors from './selectors'; import * as actions from './actions'; export * from './types'; export declare const STORE_NAME: "wc/admin/settings-options"; export declare const store: import("@wordpress/data/build-types/types").StoreDescriptor>; //# sourceMappingURL=index.d.ts.map