selectMenuStringOptionPredicate: z.ZodObject<{ label: z.ZodString; value: z.ZodString; description: z.ZodOptional<z.ZodString>; emoji: z.ZodOptional<z.ZodEffects<z.ZodObject<{ id: z.ZodOptional<z.ZodString>; name: z.ZodOptional<z.ZodString>; animated: z.ZodOptional<z.ZodBoolean>; }, "strict", z.ZodTypeAny, { name?: string | undefined; id?: string | undefined; animated?: boolean | undefined; }, { name?: string | undefined; id?: string | undefined; animated?: boolean | undefined; }>, { name?: string | undefined; id?: string | undefined; animated?: boolean | undefined; }, { name?: string | undefined; id?: string | undefined; animated?: boolean | undefined; }>>; default: z.ZodOptional<z.ZodBoolean>;}, "strip", z.ZodTypeAny, { label: string; value: string; emoji?: { name?: string | undefined; id?: string | undefined; animated?: boolean | undefined; } | undefined; default?: boolean | undefined; description?: string | undefined;}, { label: string; value: string; emoji?: { name?: string | undefined; id?: string | undefined; animated?: boolean | undefined; } | undefined; default?: boolean | undefined; description?: string | undefined;}>