import z from "zod"; export type ProfileOptions = z.infer; export declare const ProfileOptions: z.ZodObject<{ avatarURL: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>;