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