/** * Frontend Example Exports * * Direct imports from frontend-safe files only. * DO NOT re-export from domain/example barrel - it includes backend code. * * NOTE: Example store has been moved to @plyaz/store/domains/examples */ export { FrontendExampleDomainService, type ExampleFrontendStoreSlice, type ExampleFrontendStoreData, type ExampleFrontendServiceConfig, type ExampleFrontendEventType, } from '../../domain/example/FrontendExampleDomainService'; //# sourceMappingURL=index.d.ts.map