/// /// export * from './stream/events'; export type StreamUnderlyingSource = ConstructorParameters[0]; /** * Create and stream the source */ export declare const source: (source: StreamUnderlyingSource) => Response; export default source;