/** * Frontend Store Integration * * Utilities for integrating ServiceRegistry with @plyaz/store. * These are frontend-only utilities - for backend, use NestJS modules or * direct service instantiation. * * Note: Error store and middleware are in @plyaz/store and @plyaz/errors: * - Error slice: import { useErrorStore } from '@plyaz/store' * - Error middleware: import { createErrorStoreMiddleware } from '@plyaz/errors/middleware' */ export { createFeatureFlagFetcher, createFeatureFlagStoreConfig, createServiceAccessor, createServiceAccessors, withServices, } from './integrations'; export type { CoreFeatureFlagFetcherOptions, CoreFeatureFlagServiceLike, CoreFeatureFlagStoreInitConfig, } from './integrations'; //# sourceMappingURL=index.d.ts.map