import symbol from "@rcompat/symbol"; type Streamable = Blob | ReadableStream | { [symbol.stream](): ReadableStream; }; export type { Streamable as default }; //# sourceMappingURL=Streamable.d.ts.map