import { z } from 'zod'; export declare const StepFileUpsertRequest: z.ZodObject<{ flowId: z.ZodString; stepName: z.ZodString; file: z.ZodOptional>; contentLength: z.ZodCoercedNumber; fileName: z.ZodString; }, z.core.$strip>; export type StepFileUpsert = z.infer; export declare const StepFileUpsertResponse: z.ZodObject<{ uploadUrl: z.ZodOptional; url: z.ZodString; }, z.core.$strip>; export type StepFileUpsertResponse = z.infer; //# sourceMappingURL=step-file.d.ts.map