import { describe, it } from '@codeforbreakfast/bun-test-effect'; describe('StreamHandler', () => { // Note: StreamHandler factory functions removed to enforce domain-specific types // Implementations should create their own StreamHandlerService instances it('should export StreamHandlerService interface', () => { // This test ensures the module compiles correctly }); });