import { z } from 'zod'; export declare const CreatePresignedUrlSchema: z.ZodObject<{ fileName: z.ZodString; fileSize: z.ZodNumber; contentType: z.ZodDefault; }, z.core.$strip>; export type CreatePresignedUrlInput = z.input; export type CreatePresignedUrlDto = z.infer; //# sourceMappingURL=create-presigned-url.schema.d.ts.map