/** * Internal dependencies */ import type { StoreDescriptor, AnyConfig } from '../types'; declare const coreDataStore: StoreDescriptor; export default coreDataStore; //# sourceMappingURL=index.d.ts.map