import * as AlloyEvents from '../../api/events/AlloyEvents'; import type { StreamingConfig, StreamingState } from './StreamingTypes'; declare const events: (streamConfig: StreamingConfig, streamState: StreamingState) => AlloyEvents.AlloyEventRecord; export { events }; //# sourceMappingURL=ActiveStreaming.d.ts.map