import { z } from "@medusajs/framework/zod"; export declare const ResetPasswordRequest: z.ZodObject<{ identifier: z.ZodString; metadata: z.ZodDefault>>; }, "strip", z.ZodTypeAny, { metadata: Record; identifier: string; }, { identifier: string; metadata?: Record | undefined; }>; export type ResetPasswordRequestType = z.infer; //# sourceMappingURL=validators.d.ts.map