import * as z from "zod/v4-mini"; import { S3FileUploadCompletedPart, S3FileUploadCompletedPart$Outbound } from "./s3fileuploadcompletedpart.js"; export type FileUploadCompleted = { id: string; path: string; parts: Array; }; /** @internal */ export type FileUploadCompleted$Outbound = { id: string; path: string; parts: Array; }; /** @internal */ export declare const FileUploadCompleted$outboundSchema: z.ZodMiniType; export declare function fileUploadCompletedToJSON(fileUploadCompleted: FileUploadCompleted): string; //# sourceMappingURL=fileuploadcompleted.d.ts.map