import type { BodyJson, FilePart, RawPart } from '../../types.ts';
export declare function parseMultipart(parts: RawPart[]): [BodyJson, FilePart[]];
