/**
 * @public
 *
 * Additional blob types for the browser environment.
 */
export type RuntimeBlobTypes = Blob | ReadableStream;
