import { z } from "@medusajs/framework/zod"; export declare const AdminOrderChangeParams: z.ZodObject<{ fields: z.ZodOptional; } & { id: z.ZodOptional]>>; status: z.ZodOptional]>>; change_type: z.ZodOptional]>>; created_at: z.ZodOptional]>>; updated_at: z.ZodOptional]>>; deleted_at: z.ZodOptional]>>; }, "strip", z.ZodTypeAny, { id?: string | string[] | undefined; fields?: string | undefined; created_at?: any; updated_at?: any; deleted_at?: any; change_type?: string | string[] | undefined; status?: string | string[] | undefined; }, { id?: string | string[] | undefined; fields?: string | undefined; created_at?: any; updated_at?: any; deleted_at?: any; change_type?: string | string[] | undefined; status?: string | string[] | undefined; }>; export declare const AdminPostOrderChangesReqSchema: z.ZodObject<{ carry_over_promotions: z.ZodBoolean; }, "strip", z.ZodTypeAny, { carry_over_promotions: boolean; }, { carry_over_promotions: boolean; }>; export type AdminPostOrderChangesReqSchemaType = z.infer; //# sourceMappingURL=validators.d.ts.map