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