/**
* StoriesIndexService - Barrel Export
*
* Re-exports all public API from this service module.
*/
export { StoriesIndexService } from './StoriesIndexService';
export type { InitializationResult } from './StoriesIndexService';
export type {
ComponentInfo,
StoriesIndexServiceConfig,
StoriesIndexServiceResult,
StoryMeta,
} from './types';