import type Streamable from "#Streamable"; type StreamSource = Blob | ReadableStream | Streamable; export type { StreamSource as default }; //# sourceMappingURL=StreamSource.d.ts.map