import * as z from "zod/v4-mini"; import { DownloadableFileCreate, DownloadableFileCreate$Outbound } from "./downloadablefilecreate.js"; import { OrganizationAvatarFileCreate, OrganizationAvatarFileCreate$Outbound } from "./organizationavatarfilecreate.js"; import { ProductMediaFileCreate, ProductMediaFileCreate$Outbound } from "./productmediafilecreate.js"; export type FileCreate = DownloadableFileCreate | OrganizationAvatarFileCreate | ProductMediaFileCreate; /** @internal */ export type FileCreate$Outbound = DownloadableFileCreate$Outbound | OrganizationAvatarFileCreate$Outbound | ProductMediaFileCreate$Outbound; /** @internal */ export declare const FileCreate$outboundSchema: z.ZodMiniType; export declare function fileCreateToJSON(fileCreate: FileCreate): string; //# sourceMappingURL=filecreate.d.ts.map