import { z } from "@medusajs/framework/zod"; export declare const AdminIndexSyncPayload: z.ZodObject<{ strategy: z.ZodOptional>; }, "strip", z.ZodTypeAny, { strategy?: "full" | "reset" | undefined; }, { strategy?: "full" | "reset" | undefined; }>; //# sourceMappingURL=validator.d.ts.map