/** * @since 1.0.0 */ import type * as FileSystem from "@effect/platform/FileSystem"; import type * as Multipart from "@effect/platform/Multipart"; import type * as Path from "@effect/platform/Path"; import type * as Effect from "effect/Effect"; import type * as Scope from "effect/Scope"; import type * as Stream from "effect/Stream"; /** * @since 1.0.0 * @category constructors */ export declare const stream: (source: Request) => Stream.Stream; /** * @since 1.0.0 * @category constructors */ export declare const persisted: (source: Request) => Effect.Effect; //# sourceMappingURL=BunMultipart.d.ts.map