import type { TBodyJson, TFilePart, TRawPart } from '../../types.ts';
export default function parseMultipart(parts: TRawPart[]): [TBodyJson, TFilePart[]];
