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