/**
 * Re-exports the Web multipart helpers from `multipasta`.
 *
 * This module keeps the Web-specific parser helpers available from the Effect
 * HTTP namespace without wrapping or changing them.
 *
 * @since 4.0.0
 */
/**
 * @category re-exports
 * @since 4.0.0
 */
export * from "multipasta/web";
//# sourceMappingURL=Web.d.ts.map