export type FilePart = { formField?: boolean; name?: string; value?: string; size?: number; inputStream?: Record; contentType?: string; }; //# sourceMappingURL=FilePart.d.ts.map